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

G

get(int, int) - Method in class org.knowceans.mcl.SparseMatrix
get number at index or 0. if not set.
get(Object) - Method in class org.knowceans.mcl.SparseVector
get ensures it returns 0 for empty hash values or if index exceeds length.
getColum(int) - Method in class org.knowceans.mcl.SparseMatrix
get a column of the sparse matrix (expensive).
getDense() - Method in class org.knowceans.mcl.SparseMatrix
create dense representation
getDense() - Method in class org.knowceans.mcl.SparseVector
get dense represenation
getLength() - Method in class org.knowceans.mcl.SparseVector
get the length of the vector
getSize() - Method in class org.knowceans.mcl.SparseMatrix
get the size of the matrix

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