JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.jblas
FloatFunction
Contents
Description
Method Summary
Method Details
compute(float)
Hide sidebar
Show sidebar
Interface FloatFunction
public interface
FloatFunction
Represents a function on floats.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
float
compute
(float x)
Compute the function.
Method Details
compute
float
compute
(float x)
Compute the function.