Class UtilDecompositons_DDRM

java.lang.Object
org.ejml.dense.row.decomposition.UtilDecompositons_DDRM

public class UtilDecompositons_DDRM extends Object
Helper functions for generic decompsotions.
  • Constructor Details

    • UtilDecompositons_DDRM

      public UtilDecompositons_DDRM()
  • Method Details

    • ensureIdentity

      public static DMatrixRMaj ensureIdentity(@Nullable @Nullable DMatrixRMaj A, int numRows, int numCols)
    • ensureZeros

      public static DMatrixRMaj ensureZeros(@Nullable @Nullable DMatrixRMaj A, int numRows, int numCols)
    • checkZerosLT

      public static DMatrixRMaj checkZerosLT(@Nullable @Nullable DMatrixRMaj A, int numRows, int numCols)
      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

      public static DMatrixRMaj checkZerosUT(@Nullable @Nullable DMatrixRMaj A, int numRows, int numCols)
      Creates a zeros matrix only if A does not already exist. If it does exist it will fill the upper triangular portion with zeros.