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