Package | Description |
---|---|
dev.nm.algebra.linear.matrix.doubles.matrixtype.dense.diagonal |
Modifier and Type | Method and Description |
---|---|
BidiagonalMatrix.BidiagonalMatrixType |
BidiagonalMatrix.getType()
Gets the bi-diagonal matrix type.
|
static BidiagonalMatrix.BidiagonalMatrixType |
BidiagonalMatrix.BidiagonalMatrixType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BidiagonalMatrix.BidiagonalMatrixType[] |
BidiagonalMatrix.BidiagonalMatrixType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BidiagonalMatrix(int dim,
BidiagonalMatrix.BidiagonalMatrixType type)
Constructs a 0 bi-diagonal matrix of dimension dim * dim.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.