Package org.biojava.nbio.structure.math


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