Package | Description |
---|---|
org.la4j |
Modifier and Type | Field and Description |
---|---|
static AdvancedMatrixPredicate |
Matrices.DIAGONALLY_DOMINANT_MATRIX
Checks whether the matrix is a
diagonally dominant matrix.
|
static AdvancedMatrixPredicate |
Matrices.POSITIVE_DEFINITE_MATRIX
Checks whether the matrix is positive definite.
|
static AdvancedMatrixPredicate |
Matrices.SYMMETRIC_MATRIX
Checks whether the matrix is a
symmetric
matrix.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Matrix.is(AdvancedMatrixPredicate predicate)
Checks whether this matrix compiles with given
predicate or not. |
boolean |
Matrix.non(AdvancedMatrixPredicate predicate)
Checks whether this matrix compiles with given
predicate or not. |
Copyright © 2015. All rights reserved.