Package com.irurueta.algebra
Class RQDecomposerTest
java.lang.Object
com.irurueta.algebra.RQDecomposerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final doubleprivate 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 int MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final int 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:
-
-
Constructor Details
-
RQDecomposerTest
RQDecomposerTest()
-
-
Method Details
-
testConstructor
- Throws:
WrongSizeExceptionLockedException
-
testGetSetInputMatrix
@Test void testGetSetInputMatrix() throws WrongSizeException, LockedException, NotReadyException, DecomposerException -
testDecompose
@Test void testDecompose() throws WrongSizeException, LockedException, DecomposerException, NotReadyException, NotAvailableException -
testGetR
@Test void testGetR() throws WrongSizeException, LockedException, NotReadyException, DecomposerException, NotAvailableException -
testGetQ
@Test void testGetQ() throws WrongSizeException, LockedException, NotReadyException, DecomposerException, NotAvailableException
-