Uses of Class
jline.util.matrix.SparseMatrix
Packages that use SparseMatrix
Package
Description
Matrix operations and linear algebra utilities for queueing analysis.
-
Uses of SparseMatrix in jline.util.matrix
Methods in jline.util.matrix that return SparseMatrixModifier and TypeMethodDescriptionSparseMatrix.copy()Creates and returns a deep copy of this sparse matrix.Constructors in jline.util.matrix with parameters of type SparseMatrixModifierConstructorDescriptionprotectedSparseMatrix(SparseMatrix matrix) Copy constructor for creating a new sparse matrix from an existing one.