Uses of Class
algs35.SparseVector
Packages that use SparseVector
- 
Uses of SparseVector in algs35Methods 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 TypeMethodDescriptiondoubleSparseVector.dot(SparseVector that) SparseVector.plus(SparseVector that) XSparseMatrix.times(SparseVector x)