Package com.irurueta.algebra
Class GaussJordanEliminationTest
java.lang.Object
com.irurueta.algebra.GaussJordanEliminationTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final int
static final double
static final int
static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_RANDOM_VALUE
public static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
public static final double MAX_RANDOM_VALUE- See Also:
-
MIN_COLUMNS
public static final int MIN_COLUMNS- See Also:
-
MAX_COLUMNS
public static final int MAX_COLUMNS- See Also:
-
ABSOLUTE_ERROR
public static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
GaussJordanEliminationTest
GaussJordanEliminationTest()
-
-
Method Details
-
testProcessMatrix
@Test void testProcessMatrix() throws WrongSizeException, SingularMatrixException, RankDeficientMatrixException, DecomposerException -
testProcessArray
@Test void testProcessArray() throws WrongSizeException, SingularMatrixException, RankDeficientMatrixException, DecomposerException -
testInverse
@Test void testInverse() throws WrongSizeException, SingularMatrixException, RankDeficientMatrixException, DecomposerException
-