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