All Classes

Class Description
BidiagonalDecompositionNaive_DDRM
A slower but much simpler version of BidiagonalDecompositionRow_DDRM that internally uses SimpleMatrix and explicitly computes the householder matrices.
BidiagonalDecompositionNaive_FDRM
A slower but much simpler version of BidiagonalDecompositionRow_FDRM that internally uses SimpleMatrix and explicitly computes the householder matrices.
BlasInterface
Interface for BLAS (basic linear algebra system) level operations.
BlockD3Matrix64F
Row-major block matrix declared using 3D array.
BlockD3MatrixOps  
DenseD2Matrix64F
A row matrix where the array is stored as a 2D array.
LUDecompositionNR_DDRM
This code is inspired from what's in numerical recipes.
LUDecompositionNR_ZDRM
This code is inspired from what's in numerical recipes.
MatrixMatrixMult_D2  
MatrixMultFixedBlock  
MatrixMultQuad  
MatrixType
Specifies the type of matrix being passed in
NaiveDeterminant
Computes the determinant using different very simple and computationally expensive algorithms.
OpsInterface<M extends org.ejml.data.Matrix>
Interface for standard linear algebra operations.
PermuteArray
Generates a permutations of an integer set from 0 to N-1.
SmartRotatorUpdate  
SvdImplicitQrAlgorithmSmart  
SvdImplicitQrDecompose_Ultimate
Similar to SvdImplicitQrDecompose_DDRM but it employs the ultimate shift strategy.
SvdImplicitQrDecompose_UltimateS
Similar to SvdImplicitQrDecompose_DDRM but it employs the ultimate shift strategy.