| Package | Description |
|---|---|
| org.la4j |
| Modifier and Type | Field and Description |
|---|---|
static MatrixPredicate |
Matrices.DIAGONAL_MATRIX
Checks whether the matrix is a
diagonal
matrix.
|
static MatrixPredicate |
Matrices.IDENTITY_MATRIX
Checks whether the matrix is an
identity
matrix.
|
static MatrixPredicate |
Matrices.LOWER_BIDIAGONAL_MATRIX
Checks whether the matrix is a lower bi-diagonal matrix.
|
static MatrixPredicate |
Matrices.LOWER_TRIANGULAR_MATRIX
Checks whether the matrix is a
lower
triangular matrix.
|
static MatrixPredicate |
Matrices.NEGATIVE_MATRIX
Checks whether the matrix is a
negative
matrix.
|
static MatrixPredicate |
Matrices.POSITIVE_MATRIX
Checks whether the matrix is a
positive
matrix.
|
static MatrixPredicate |
Matrices.TRIDIAGONAL_MATRIX
Checks whether the matrix is a
tridiagonal
matrix.
|
static MatrixPredicate |
Matrices.UPPER_BIDIAGONAL_MATRIX
Checks whether the matrix is an upper bidiagonal matrix.
|
static MatrixPredicate |
Matrices.UPPER_TRIANGULAR_MATRIX
Checks whether the matrix is an
upper
triangular matrix.
|
static MatrixPredicate |
Matrices.ZERO_MATRIX
Checks whether the matrix is a
zero
matrix.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Matrix.is(MatrixPredicate predicate)
Checks whether this matrix compiles with given
predicate or not. |
boolean |
Matrix.non(MatrixPredicate predicate)
Checks whether this matrix compiles with given
predicate or not. |
Copyright © 2015. All rights reserved.