Package dev.nm.misc.datastructure
Interface Table
-
- All Known Subinterfaces:
GenericMatrix<T,F>
,Matrix
,MatrixAccess
,MatrixTable
,SparseMatrix
- All Known Implementing Classes:
BidiagonalMatrix
,BorderedHessian
,ColumnBindMatrix
,ComplexMatrix
,CongruentMatrix
,CorrelationMatrix
,CSRSparseMatrix
,DefaultMatrixStorage
,DenseData
,DenseMatrix
,DiagonalMatrix
,DiagonalSum
,DOKSparseMatrix
,ElementaryOperation
,FastKroneckerProduct
,FlexibleTable
,GenericFieldMatrix
,GivensMatrix
,GoldfeldQuandtTrotter
,Hessian
,HilbertMatrix
,ImmutableMatrix
,Inverse
,Jacobian
,KroneckerProduct
,LILSparseMatrix
,LowerTriangularMatrix
,MAT
,MatrixRootByDiagonalization
,MatthewsDavies
,OuterProduct
,PermutationMatrix
,PositiveDefiniteMatrixByPositiveDiagonal
,PositiveSemiDefiniteMatrixNonNegativeDiagonal
,Pow
,PseudoInverse
,RealMatrix
,ReturnsMatrix
,SampleCovariance
,SimilarMatrix
,SimplexTable
,SubMatrixRef
,SymmetricKronecker
,SymmetricMatrix
,TridiagonalMatrix
,UpperTriangularMatrix
public interface Table
A table is a means of arranging data in rows and columns.- See Also:
- Wikipedia: Table (information)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
nCols()
Gets the number of columns.int
nRows()
Gets the number of rows.
-