A C E F G H I L M N O P R S T V

T

times(SparseVector) - Method in class org.knowceans.mcl.SparseMatrix
immutable multiply this times the vector: A * x, i.e., rowwise.
times(SparseMatrix) - Method in class org.knowceans.mcl.SparseMatrix
immutable multiply this matrix (A) with M : A * M
times(SparseVector) - Method in class org.knowceans.mcl.SparseVector
immutable scalar product
timesTransposed(SparseMatrix) - Method in class org.knowceans.mcl.SparseMatrix
mutable multiply this matrix (A) with M : A * M'
toString() - Method in class org.knowceans.mcl.SparseMatrix
 
toString() - Method in class org.knowceans.mcl.SparseVector
 
toStringDense() - Method in class org.knowceans.mcl.SparseMatrix
prints a dense representation
toStringDense() - Method in class org.knowceans.mcl.SparseVector
create string representation of dense equivalent.
transpose() - Method in class org.knowceans.mcl.SparseMatrix
immutable transpose.

A C E F G H I L M N O P R S T V