Package com.irurueta.algebra
Class LUDecomposerTest
java.lang.Object
com.irurueta.algebra.LUDecomposerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final int
private static final double
private static final int
private static final int
private static final double
private static final double
private static final int
private static final double
private static final double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIN_ROWS
private static final int MIN_ROWS- See Also:
-
MAX_ROWS
private static final int MAX_ROWS- See Also:
-
MIN_COLUMNS
private static final int MIN_COLUMNS- See Also:
-
MAX_COLUMNS
private static final int MAX_COLUMNS- See Also:
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MIN_RANDOM_VALUE2
private static final double MIN_RANDOM_VALUE2- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
RELATIVE_ERROR
private static final double RELATIVE_ERROR- See Also:
-
ROUND_ERROR
private static final double ROUND_ERROR- See Also:
-
EPSILON
private static final double EPSILON- See Also:
-
-
Constructor Details
-
LUDecomposerTest
LUDecomposerTest()
-
-
Method Details
-
testConstructor
- Throws:
WrongSizeException
LockedException
-
testGetSetInputMatrixAndIsReady
@Test void testGetSetInputMatrixAndIsReady() throws WrongSizeException, LockedException, NotReadyException, DecomposerException -
testDecomposer
@Test void testDecomposer() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testIsSingular
@Test void testIsSingular() throws WrongSizeException, LockedException, NotReadyException, DecomposerException, NotAvailableException -
testGetPivottedL
@Test void testGetPivottedL() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetL
@Test void testGetL() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetU
@Test void testGetU() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetPivot
@Test void testGetPivot() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testDeterminant
@Test void testDeterminant() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testSolve
@Test void testSolve() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException, SingularMatrixException
-