Package com.irurueta.algebra
Class SingularValueDecomposerTest
java.lang.Object
com.irurueta.algebra.SingularValueDecomposerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final int
private static final int
private static final double
private static final int
private static final int
private static final int
private static final double
private static final int
private static final double
private static final double
private static final double
private static final int
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
testGetU()
(package private) void
testGetV()
(package private) void
testGetW()
(package private) void
(package private) void
-
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:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
MIN_ITERS
private static final int MIN_ITERS- See Also:
-
MAX_ITERS
private static final int MAX_ITERS- See Also:
-
RELATIVE_ERROR
private static final double RELATIVE_ERROR- See Also:
-
RELATIVE_ERROR_OVERDETERMINED
private static final double RELATIVE_ERROR_OVERDETERMINED- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
VALID_RATIO
private static final double VALID_RATIO- See Also:
-
ROUND_ERROR
private static final double ROUND_ERROR- See Also:
-
EPS
private static final double EPS- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
SingularValueDecomposerTest
SingularValueDecomposerTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() throws WrongSizeException, LockedException, NotReadyException, DecomposerException -
testGetSetInputMatrix
@Test void testGetSetInputMatrix() throws WrongSizeException, LockedException, NotReadyException, DecomposerException -
testDecompose
@Test void testDecompose() throws WrongSizeException, LockedException, DecomposerException, NotReadyException, NotAvailableException -
testGetSetMaxIterations
-
testGetU
@Test void testGetU() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetV
@Test void testGetV() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetSingularValues
@Test void testGetSingularValues() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetW
@Test void testGetW() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetNorm2
@Test void testGetNorm2() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetConditionNumber
@Test void testGetConditionNumber() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetRank
@Test void testGetRank() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetNullity
@Test void testGetNullity() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetRange
@Test void testGetRange() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testGetNullspace
@Test void testGetNullspace() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testSolveMatrix
@Test void testSolveMatrix() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException -
testSolveArray
@Test void testSolveArray() throws WrongSizeException, NotReadyException, LockedException, DecomposerException, NotAvailableException
-