Package com.irurueta.algebra
Class CholeskyDecomposerTest
java.lang.Object
com.irurueta.algebra.CholeskyDecomposerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final int
static final double
static final int
static final int
static final double
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIN_ROWS
public static final int MIN_ROWS- See Also:
-
MAX_ROWS
public static final int MAX_ROWS- See Also:
-
MIN_COLUMNS
public static final int MIN_COLUMNS- See Also:
-
MAX_COLUMNS
public static final int MAX_COLUMNS- See Also:
-
MIN_RANDOM_VALUE
public static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
public static final double MAX_RANDOM_VALUE- See Also:
-
ABSOLUTE_ERROR
public static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
CholeskyDecomposerTest
public CholeskyDecomposerTest()
-
-
Method Details
-
testConstructor
- Throws:
WrongSizeException
LockedException
-
testGetSetInputMatrixAndIsReady
@Test void testGetSetInputMatrixAndIsReady() throws WrongSizeException, LockedException, NotReadyException, DecomposerException -
testDecompose
@Test void testDecompose() throws WrongSizeException, LockedException, NotReadyException, DecomposerException, NotAvailableException -
testGetL
@Test void testGetL() throws WrongSizeException, LockedException, NotReadyException, DecomposerException, NotAvailableException -
testGetR
@Test void testGetR() throws WrongSizeException, LockedException, NotReadyException, DecomposerException, NotAvailableException -
testIsSPD
@Test void testIsSPD() throws WrongSizeException, LockedException, NotAvailableException, NotReadyException, DecomposerException -
testSolve
@Test void testSolve() throws WrongSizeException, LockedException, NonSymmetricPositiveDefiniteMatrixException, NotReadyException, DecomposerException, NotAvailableException
-