|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnyMatrix
Interface defining very basic matrix operations.
Method Summary | |
---|---|
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? |
Method Detail |
---|
boolean isSquare()
int getRowDimension()
int getColumnDimension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |