Package org.biojava.nbio.structure.math
-
Class Summary Class Description SparseSquareMatrix A sparse, square matrix, implementing using two arrays of sparse vectors, one representation for the rows and one for the columns.SparseVector A sparse vector, implemented using a symbol table.SymbolTable<Key extends Comparable<Key>,Value> Sorted symbol table implementation using a java.util.TreeMap.