JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.numericalmethod.suanshu.matrix.doubles
Interface MatrixTable
All Superinterfaces:
MatrixAccess
, java.io.Serializable,
Table
All Known Subinterfaces:
Matrix
,
SparseMatrix
All Known Implementing Classes:
BidiagonalMatrix
,
BorderedHessian
,
CholeskyWang2006
,
CongruentMatrix
,
CorrelationMatrix
,
CovarianceMatrix
,
CSRSparseMatrix
,
DenseMatrix
,
DiagonalMatrix
,
DOKSparseMatrix
,
ElementaryOperation
,
FastKroneckerProduct
,
FlexibleTable
,
GivensMatrix
,
GoldfeldQuandtTrotter
,
Hessian
,
HilbertMatrix
,
ImmutableMatrix
,
Inverse
,
Jacobian
,
JordanExchange
,
KroneckerProduct
,
LILSparseMatrix
,
LowerTriangularMatrix
,
MAT
,
MatthewsDavies
,
PermutationMatrix
,
PositiveDefiniteMatrixByPositiveDiagonal
,
PositiveSemiDefiniteMatrixNonNegativeDiagonal
,
Pow
,
PseudoInverse
,
SimilarMatrix
,
SimplexTable
,
SubMatrixRef
,
SymmetricKronecker
,
SymmetricMatrix
,
TridiagonalMatrix
,
UpperTriangularMatrix
public interface
MatrixTable
extends
Table
,
MatrixAccess
A matrix is represented by a rectangular table structure with accessors.
Method Summary
Methods inherited from interface com.numericalmethod.suanshu.matrix.doubles.
MatrixAccess
get
,
set
Methods inherited from interface com.numericalmethod.suanshu.datastructure.
Table
nCols
,
nRows
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method