All Classes and Interfaces

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