Package com.irurueta.algebra
Class DecomposerHelper
java.lang.Object
com.irurueta.algebra.DecomposerHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixgetLeftLowerTriangulatorFactor(int rows) (package private) static MatrixgetNonSingularMatrixInstance(int rows, int columns) (package private) static MatrixgetOrthonormalMatrix(int rows) static MatrixgetSingularMatrixInstance(int rows, int columns) static MatrixgetSymmetricMatrix(int rows) static Matrix
-
Field Details
-
MIN_VALUE
private static final int MIN_VALUE- See Also:
-
MAX_VALUE
private static final int MAX_VALUE- See Also:
-
MIN_SPD_VALUE
private static final int MIN_SPD_VALUE- See Also:
-
MAX_SPD_VALUE
private static final int MAX_SPD_VALUE- See Also:
-
ERROR
private static final double ERROR- See Also:
-
-
Constructor Details
-
DecomposerHelper
public DecomposerHelper()
-
-
Method Details
-
getLeftLowerTriangulatorFactor
- Throws:
WrongSizeException
-
getSymmetricPositiveDefiniteMatrixInstance
- Throws:
WrongSizeException
-
getSingularMatrixInstance
- Throws:
WrongSizeException
-
getSymmetricMatrix
- Throws:
WrongSizeException
-
getNonSingularMatrixInstance
- Throws:
WrongSizeException
-
getOrthonormalMatrix
- Throws:
WrongSizeException
-