Uses of Class
jline.util.matrix.RowView
Packages that use RowView
Package
Description
Matrix operations and linear algebra utilities for queueing analysis.
-
Uses of RowView in jline.util.matrix
Methods in jline.util.matrix that return RowViewModifier and TypeMethodDescriptionMatrix.getRowView(int i) Returns a lightweight view into the specified row without copying data.Methods in jline.util.matrix with parameters of type RowViewModifier and TypeMethodDescriptiondoubleMatrix.multRowView(RowView rowView) Efficiently multiplies a row view with this column vector.