| Class and Description |
|---|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| IntSparseMatrix
Interface of Integer-typed Sparse Matrix
|
| Class and Description |
|---|
| DoubleFlatDenseMatrix
Double flat dense matrix which provides options of storing data to disk in binary manner or text manner
|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| Row
Interface of row for sparse matrix
|
| SparseMatrix
Interface of sparse matrix
|
| Class and Description |
|---|
| IntDenseMatrix
Interface of Integer-typed Dense Matrix
|
| SparseMatrix
Interface of sparse matrix
|
| Class and Description |
|---|
| DoubleDenseMatrix
Interface of Double Dense Matrix
|
| SparseMatrix
Interface of sparse matrix
|
| Class and Description |
|---|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| SparseMatrix
Interface of sparse matrix
|
| Class and Description |
|---|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| SparseMatrix
Interface of sparse matrix
|
| Class and Description |
|---|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| IntSparseMatrix
Interface of Integer-typed Sparse Matrix
|
| SparseMatrix
Interface of sparse matrix
|
| Class and Description |
|---|
| IntSparseMatrix
Interface of Integer-typed Sparse Matrix
|
| Class and Description |
|---|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| IntSparseMatrix
Interface of Integer-typed Sparse Matrix
|
| Class and Description |
|---|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| Class and Description |
|---|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| Class and Description |
|---|
| DoubleDenseMatrix
Interface of Double Dense Matrix
|
| Class and Description |
|---|
| IntSparseMatrix
Interface of Integer-typed Sparse Matrix
|
| Class and Description |
|---|
| AbstractCell
Implements basic functions of interface--Cell such as resetting and comparing cell objects
|
| AbstractDenseMatrix
Implements basic functions of interface--DenseMatrix and extends class AbstractMatrix
|
| AbstractFlatSparseMatrix
Abstract flat sparse matrix handles sparse matrix smaller than super sparse matrix while adding options for read and store
matrix data to disk either in text or binary format
|
| AbstractGiantSparseMatrix
The abstract sparse matrix for handling extreme large sparse matrirwhich will write matrix data to disk whenever
it's over fulsh interval by default 1000,000 and superior to AbstractSuperSparseMatrix, however it's lack of some
basic matrix operation functions such as getNonZeroColumnInRow privided by AbstractSuperSparseMatrix because it focuses
on storing and loading matrix to disk efficiently
|
| AbstractMatrix
Abstract Matrix implements basic functions such as getting base row, getting base column and so on.
|
| AbstractRow
Abstract row class implementing functions of as row related operations
|
| AbstractSparseMatrix
Abstract Sparse matrix implements the interface of sparse matrix which can be called by any data type's
sparse matrix such as double and integer
|
| AbstractSuperSparseMatrix
Abstract super sparse matrix is designed for large sparse matrix which first caches data and then processes data
and write data to disk when it's over flush interval
|
| Cell
Interface of cell which is the unit of a matrix
|
| DenseMatrix
Interface of dense matrix
|
| DoubleDenseMatrix
Interface of Double Dense Matrix
|
| DoubleFlatSparseMatrix
Double flat sparse matrix handles data smaller than super sparse matrix, however it provides options
of storing data to disk either in binary or text format
|
| DoubleSparseMatrix
Interface of Double-typed Sparse Matrix
|
| IntDenseMatrix
Interface of Integer-typed Dense Matrix
|
| IntSparseMatrix
Interface of Integer-typed Sparse Matrix
|
| Matrix
Interface of matrix including dense matrix and sparse matrix
|
| Row
Interface of row for sparse matrix
|
| SparseMatrix
Interface of sparse matrix
|
| SparseMatrixFactory
Sparse matrix factory is for storing, reading and expanding matrix operations
|
| Class and Description |
|---|
| DoubleDenseMatrix
Interface of Double Dense Matrix
|
| SparseMatrix
Interface of sparse matrix
|
| Class and Description |
|---|
| DenseMatrix
Interface of dense matrix
|
| SparseMatrix
Interface of sparse matrix
|
| Class and Description |
|---|
| DoubleDenseMatrix
Interface of Double Dense Matrix
|
| Class and Description |
|---|
| DoubleFlatSparseMatrix
Double flat sparse matrix handles data smaller than super sparse matrix, however it provides options
of storing data to disk either in binary or text format
|
| Class and Description |
|---|
| IntSparseMatrix
Interface of Integer-typed Sparse Matrix
|
| IntSuperSparseMatrix
Super sparse matrix for integer data
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.