Package com.irurueta.numerical
Class ExponentialMatrixEstimatorTest
java.lang.Object
com.irurueta.numerical.ExponentialMatrixEstimatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
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
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
private static com.irurueta.algebra.Matrix
getOrthonormalMatrix
(int rows)
-
Field Details
-
SIZE
private static final int SIZE- See Also:
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
ExponentialMatrixEstimatorTest
ExponentialMatrixEstimatorTest()
-
-
Method Details
-
exponential_whenNonSquareMatrix_throwsIllegalArgumentException
- Throws:
Exception
-
exponential_whenResultHasInvalidRows_throwsIllegalArgumentException
- Throws:
Exception
-
exponential_whenResultHasInvalidColumns_throwsIllegalArgumentException
@Test void exponential_whenResultHasInvalidColumns_throwsIllegalArgumentException() throws Exception- Throws:
Exception
-
exponential_whenInvalidTolerance_throwsIllegalArgumentException
- Throws:
Exception
-
exponential_whenExample1_returnsExpectedValue
- Throws:
Exception
-
exponential_whenExample2_returnsExpectedValue
- Throws:
Exception
-
exponential_whenExample3_returnsExpectedValue
- Throws:
Exception
-
exponential_whenExample4_returnsExpectedValue
- Throws:
Exception
-
exponential_whenExample5_returnsExpectedValue
- Throws:
Exception
-
getOrthonormalMatrix
private static com.irurueta.algebra.Matrix getOrthonormalMatrix(int rows) throws com.irurueta.algebra.WrongSizeException - Throws:
com.irurueta.algebra.WrongSizeException
-