- data - Variable in class org.ejml.data.DenseD2Matrix64F
-
Where the raw data for the matrix is stored.
- decompose(DMatrixRMaj) - Method in class org.ejml.dense.row.decomposition.bidiagonal.BidiagonalDecompositionNaive_DDRM
-
Computes the decomposition of the provided matrix.
- decompose(FMatrixRMaj) - Method in class org.ejml.dense.row.decomposition.bidiagonal.BidiagonalDecompositionNaive_FDRM
-
Computes the decomposition of the provided matrix.
- decompose(DMatrixRMaj) - Method in class org.ejml.dense.row.decomposition.lu.LUDecompositionNR_DDRM
-
This implementation of LU Decomposition uses the algorithm specified below:
"Numerical Recipes The Art of Scientific Computing", Third Edition, Pages 48-55
- decompose(ZMatrixRMaj) - Method in class org.ejml.dense.row.decomposition.lu.LUDecompositionNR_ZDRM
-
This implementation of LU Decomposition uses the algorithm specified below:
"Numerical Recipes The Art of Scientific Computing", Third Edition, Pages 48-55
- decompose(DMatrixRMaj) - Method in class org.ejml.dense.row.decomposition.svd.SvdImplicitQrDecompose_Ultimate
-
- decompose(DMatrixRMaj) - Method in class org.ejml.dense.row.decomposition.svd.SvdImplicitQrDecompose_UltimateS
-
- DenseD2Matrix64F - Class in org.ejml.data
-
A row matrix where the array is stored as a 2D array.
- DenseD2Matrix64F(int, int) - Constructor for class org.ejml.data.DenseD2Matrix64F
-
- det(M) - Method in interface org.ejml.interfaces.OpsInterface
-