public interface AnyMatrix
| Modifier and Type | Method and 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–2020 Hipparchus.org. All rights reserved.