Package com.irurueta.algebra
Class EconomyQRDecomposerTest
java.lang.Object
com.irurueta.algebra.EconomyQRDecomposerTest
-
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
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:
-
ROUND_ERROR
private static final double ROUND_ERROR- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
RELATIVE_ERROR_OVERDETERMINED
private static final double RELATIVE_ERROR_OVERDETERMINED- See Also:
-
VALID_RATIO
private static final double VALID_RATIO- See Also:
-
-
Constructor Details
-
EconomyQRDecomposerTest
EconomyQRDecomposerTest()
-
-
Method Details
-
testConstructor
- Throws:
WrongSizeException
LockedException
-
testGetSetInputMatrixAndIsReady
@Test void testGetSetInputMatrixAndIsReady() throws WrongSizeException, LockedException, NotReadyException -
testDecompose
@Test void testDecompose() throws WrongSizeException, NotReadyException, LockedException, NotAvailableException -
testIsFullRank
@Test void testIsFullRank() throws WrongSizeException, LockedException, NotReadyException, NotAvailableException -
testGetH
@Test void testGetH() throws WrongSizeException, LockedException, NotReadyException, NotAvailableException -
testGetR
@Test void testGetR() throws WrongSizeException, LockedException, NotReadyException, NotAvailableException -
testGetQ
@Test void testGetQ() throws WrongSizeException, LockedException, NotReadyException, NotAvailableException -
testSolve
@Test void testSolve() throws WrongSizeException, RankDeficientMatrixException, NotReadyException, LockedException, NotAvailableException
-