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.
|
Copyright © 2000–2019 BioJava. All rights reserved.