jsat.math
Interface FunctionMat
-
public interface FunctionMatInterface for representing a function that should return a Matrix object as the result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Matrixf(double... x)Computes a matrix based on multivariate inputMatrixf(Vec x)Computes a matrix based on multivariate inputMatrixf(Vec x, Matrix s)Computes a matrix based on multivariate inputMatrixf(Vec x, Matrix s, java.util.concurrent.ExecutorService ex)Computes a matrix based on multivariate input
-
-
-
Method Detail
-
f
Matrix f(double... x)
Computes a matrix based on multivariate input- Parameters:
x- the variables to evaluate as part of the function- Returns:
- the matrix output of the function
-
f
Matrix f(Vec x)
Computes a matrix based on multivariate input- Parameters:
x- the variables to evaluate as part of the function- Returns:
- the matrix output of the function
-
f
Matrix f(Vec x, Matrix s)
Computes a matrix based on multivariate input- Parameters:
x- the variables to evaluate as part of the functions- the matrix to store the result in, ornullif a new matrix should be allocated- Returns:
- the matrix containing the results. This is the same object as
sifsis notnull
-
f
Matrix f(Vec x, Matrix s, java.util.concurrent.ExecutorService ex)
Computes a matrix based on multivariate input- Parameters:
x- the variables to evaluate as part of the functions- the matrix to store the result in, ornullif a new matrix should be allocatedex- the source of threads to use for the computation- Returns:
- the matrix containing the results. This is the same object as
sifsis notnull
-
-
DataMelt 3.0 © DataMelt by jWork.ORG