Uses of Class
jline.util.matrix.MatrixEntry
Packages that use MatrixEntry
Package
Description
Matrix operations and linear algebra utilities for queueing analysis.
-
Uses of MatrixEntry in jline.util.matrix
Methods in jline.util.matrix that return types with arguments of type MatrixEntryModifier and TypeMethodDescriptionabstract Iterator<MatrixEntry> BaseMatrix.nonZeroIterator()Iterates the non-zero entries of this matrix in column-major order.DenseMatrix.nonZeroIterator()Iterates the non-zero values of this matrix in column-major order, matching the ordering of the sparse iterator.Matrix.nonZeroIterator()Iterates the non-zero entries of this matrix in column-major order, independently of the backing storage format.SparseMatrix.nonZeroIterator()Iterates the stored entries of the CSC structure in column-major order.