Package org.ejml.dense.row.decompose
Class UtilDecompositons_CDRM
java.lang.Object
org.ejml.dense.row.decompose.UtilDecompositons_CDRM
@Generated("org.ejml.dense.row.decompose.UtilDecompositons_ZDRM")
public class UtilDecompositons_CDRM
extends Object
Helper functions for generic decompsotions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CMatrixRMaj
checkIdentity
(@Nullable CMatrixRMaj A, int numRows, int numCols) static CMatrixRMaj
checkZeros
(@Nullable CMatrixRMaj A, int numRows, int numCols) static CMatrixRMaj
checkZerosLT
(@Nullable CMatrixRMaj A, int numRows, int numCols) Creates a zeros matrix only if A does not already exist.static CMatrixRMaj
checkZerosUT
(@Nullable CMatrixRMaj A, int numRows, int numCols) Creates a zeros matrix only if A does not already exist.
-
Constructor Details
-
UtilDecompositons_CDRM
public UtilDecompositons_CDRM()
-
-
Method Details
-
checkIdentity
public static CMatrixRMaj checkIdentity(@Nullable @Nullable CMatrixRMaj A, int numRows, int numCols) -
checkZeros
-
checkZerosLT
Creates a zeros matrix only if A does not already exist. If it does exist it will fill the lower triangular portion with zeros. -
checkZerosUT
Creates a zeros matrix only if A does not already exist. If it does exist it will fill the upper triangular portion with zeros.
-