FieldMatrix<T>
, RealMatrix
, SparseRealMatrix
AbstractFieldMatrix
, AbstractRealMatrix
, Array2DRowFieldMatrix
, Array2DRowRealMatrix
, BlockFieldMatrix
, BlockRealMatrix
, DiagonalMatrix
, OpenMapRealMatrix
, SparseFieldMatrix
public interface AnyMatrix
Modifier and Type | Method | Description |
---|---|---|
int |
getColumnDimension() |
Returns the number of columns in the matrix.
|
int |
getRowDimension() |
Returns the number of rows in the matrix.
|
boolean |
isSquare() |
Is this a square matrix?
|
boolean isSquare()
int getRowDimension()
int getColumnDimension()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.