Package com.irurueta.geometry
Class Accuracy2DTest
java.lang.Object
com.irurueta.geometry.Accuracy2DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate 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
-
Field Details
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
Accuracy2DTest
Accuracy2DTest()
-
-
Method Details
-
testConstructor
- Throws:
com.irurueta.algebra.AlgebraExceptionGeometryException
-
testGetSetCovarianceMatrix
@Test void testGetSetCovarianceMatrix() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testGetSetStandardDeviationFactor
@Test void testGetSetStandardDeviationFactor() -
testGetSetConfidence
@Test void testGetSetConfidence() -
testSerializeDeserialize
@Test void testSerializeDeserialize() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NonSymmetricPositiveDefiniteMatrixException, IOException, ClassNotFoundException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.NonSymmetricPositiveDefiniteMatrixExceptionIOExceptionClassNotFoundException
-