Uses of Class
algs35.SparseVector
Packages that use SparseVector
-
Uses of SparseVector in algs35
Fields in algs35 declared as SparseVectorMethods in algs35 that return SparseVectorModifier and TypeMethodDescriptionSparseVector.plus
(SparseVector that) SparseVector.scale
(double alpha) XSparseMatrix.times
(SparseVector x) Methods in algs35 with parameters of type SparseVectorModifier and TypeMethodDescriptiondouble
SparseVector.dot
(SparseVector that) SparseVector.plus
(SparseVector that) XSparseMatrix.times
(SparseVector x)