Package com.irurueta.algebra
Class InfinityNormComputerTest
java.lang.Object
com.irurueta.algebra.InfinityNormComputerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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 int
private static final int
private static final int
private static final double
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_LIMIT
private static final int MIN_LIMIT- See Also:
-
MAX_LIMIT
private static final int MAX_LIMIT- See Also:
-
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_LENGTH
private static final int MIN_LENGTH- See Also:
-
MAX_LENGTH
private static final int MAX_LENGTH- 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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
InfinityNormComputerTest
InfinityNormComputerTest()
-
-
Method Details
-
testGetNormType
@Test void testGetNormType() -
testGetNormMatrix
- Throws:
WrongSizeException
-
testGetNormArray
@Test void testGetNormArray() -
testNormWithJacobian
- Throws:
AlgebraException
-