Package com.irurueta.algebra
Class DecomposerHelper
java.lang.Object
com.irurueta.algebra.DecomposerHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final int
private static final int
private static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix
getLeftLowerTriangulatorFactor
(int rows) (package private) static Matrix
getNonSingularMatrixInstance
(int rows, int columns) (package private) static Matrix
getOrthonormalMatrix
(int rows) static Matrix
getSingularMatrixInstance
(int rows, int columns) static Matrix
getSymmetricMatrix
(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
-