Uses of Class
dev.nm.algebra.linear.matrix.doubles.matrixtype.dense.diagonal.BidiagonalMatrix.BidiagonalMatrixType
-
Packages that use BidiagonalMatrix.BidiagonalMatrixType Package Description dev.nm.algebra.linear.matrix.doubles.matrixtype.dense.diagonal -
-
Uses of BidiagonalMatrix.BidiagonalMatrixType in dev.nm.algebra.linear.matrix.doubles.matrixtype.dense.diagonal
Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype.dense.diagonal that return BidiagonalMatrix.BidiagonalMatrixType Modifier and Type Method Description BidiagonalMatrix.BidiagonalMatrixTypeBidiagonalMatrix. getType()Gets the bi-diagonal matrix type.static BidiagonalMatrix.BidiagonalMatrixTypeBidiagonalMatrix.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.Constructors in dev.nm.algebra.linear.matrix.doubles.matrixtype.dense.diagonal with parameters of type BidiagonalMatrix.BidiagonalMatrixType Constructor Description BidiagonalMatrix(int dim, BidiagonalMatrix.BidiagonalMatrixType type)Constructs a 0 bi-diagonal matrix of dimension dim * dim.
-