Skip navigation links
A C E L N Q S T V 

A

aat() - Method in class smile.netlib.NLMatrix
 
abmm(DenseMatrix) - Method in class smile.netlib.NLMatrix
 
abtmm(DenseMatrix) - Method in class smile.netlib.NLMatrix
 
ARPACK - Class in smile.netlib
ARPACK based eigen decomposition.
ARPACK() - Constructor for class smile.netlib.ARPACK
 
ARPACK.Ritz - Enum in smile.netlib
Specify which of the Ritz values of OP to compute.
ata() - Method in class smile.netlib.NLMatrix
 
atbmm(DenseMatrix) - Method in class smile.netlib.NLMatrix
 
atbtmm(DenseMatrix) - Method in class smile.netlib.NLMatrix
 
atx(double[], double[]) - Method in class smile.netlib.NLMatrix
 
atxpy(double[], double[]) - Method in class smile.netlib.NLMatrix
 
atxpy(double[], double[], double) - Method in class smile.netlib.NLMatrix
 
ax(double[], double[]) - Method in class smile.netlib.NLMatrix
 
axpy(double[], double[]) - Method in class smile.netlib.NLMatrix
 
axpy(double[], double[], double) - Method in class smile.netlib.NLMatrix
 

C

cholesky() - Method in class smile.netlib.NLMatrix
 
copy() - Method in class smile.netlib.NLMatrix
 

E

eig() - Method in class smile.netlib.NLMatrix
 
eigen(Matrix, int, ARPACK.Ritz) - Static method in class smile.netlib.ARPACK
Find k approximate eigen pairs of a symmetric matrix by the Lanczos algorithm.
eigen(Matrix, int, String) - Static method in class smile.netlib.ARPACK
Find k approximate eigen pairs of a symmetric matrix by the Lanczos algorithm.
eigen(Matrix, int, ARPACK.Ritz, double, int) - Static method in class smile.netlib.ARPACK
Find k approximate eigen pairs of a symmetric matrix by the Lanczos algorithm.
eigen(Matrix, int, String, double, int) - Static method in class smile.netlib.ARPACK
Find k approximate eigen pairs of a symmetric matrix by the Lanczos algorithm.
eigen() - Method in class smile.netlib.NLMatrix
 

L

lu() - Method in class smile.netlib.NLMatrix
 

N

NLMatrix - Class in smile.netlib
Column-major matrix that employs netlib for matrix-vector and matrix-matrix computation.
NLMatrix(double[][]) - Constructor for class smile.netlib.NLMatrix
Constructor.
NLMatrix(double[]) - Constructor for class smile.netlib.NLMatrix
Constructor of a column vector/matrix with given array as the internal storage.
NLMatrix(int, int) - Constructor for class smile.netlib.NLMatrix
Constructor of all-zero matrix.
NLMatrix(int, int, double) - Constructor for class smile.netlib.NLMatrix
Constructor.
NLMatrix(int, int, double[]) - Constructor for class smile.netlib.NLMatrix
Constructor.

Q

qr() - Method in class smile.netlib.NLMatrix
 

S

smile.netlib - package smile.netlib
Matrix implementation based on low-level BLAS, LAPACK and ARPACK that performs as fast as the C / Fortran interfaces with a pure JVM fallback.
svd() - Method in class smile.netlib.NLMatrix
 

T

transpose() - Method in class smile.netlib.NLMatrix
 

V

valueOf(String) - Static method in enum smile.netlib.ARPACK.Ritz
Returns the enum constant of this type with the specified name.
values() - Static method in enum smile.netlib.ARPACK.Ritz
Returns an array containing the constants of this enum type, in the order they are declared.
A C E L N Q S T V 
Skip navigation links