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

S

serialVersionUID - Static variable in class org.knowceans.mcl.SparseMatrix
 
serialVersionUID - Static variable in class org.knowceans.mcl.SparseVector
 
set(int, SparseVector) - Method in class org.knowceans.mcl.SparseMatrix
set the sparse vector at index i.
set(int, int, double) - Method in class org.knowceans.mcl.SparseMatrix
set the value at the index i,j, returning the old value or 0.
setLength(int) - Method in class org.knowceans.mcl.SparseVector
set the new length of the vector (regardless of the maximum index).
SparseMatrix - Class in org.knowceans.mcl
SparseMatrix is a sparse matrix with row-major format.
SparseMatrix() - Constructor for class org.knowceans.mcl.SparseMatrix
empty sparse matrix
SparseMatrix(int, int) - Constructor for class org.knowceans.mcl.SparseMatrix
empty sparse matrix with allocated number of rows
SparseMatrix(double[][]) - Constructor for class org.knowceans.mcl.SparseMatrix
create sparse matrix from full matrix
SparseMatrix(SparseMatrix) - Constructor for class org.knowceans.mcl.SparseMatrix
copy contructor
SparseVector - Class in org.knowceans.mcl
SparseVector represents a sparse vector.
SparseVector() - Constructor for class org.knowceans.mcl.SparseVector
create empty vector
SparseVector(int) - Constructor for class org.knowceans.mcl.SparseVector
create empty vector with length
SparseVector(double[]) - Constructor for class org.knowceans.mcl.SparseVector
create vector from dense vector
SparseVector(SparseVector) - Constructor for class org.knowceans.mcl.SparseVector
copy constructor
sum() - Method in class org.knowceans.mcl.SparseVector
sum of the elements
sum(double) - Method in class org.knowceans.mcl.SparseVector
power sum of the elements

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