|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for methods applying to matrices without specializing the datatype of the elements.
| Method Summary | |
BaseMatrix |
copy()
Create a copy of this matrix with same class. |
int[] |
getDim()
Get the number of rows and columns of the matrix. |
int |
getNcol()
Get the number of columns of the matrix. |
int |
getNrow()
Get the number of rows of the matrix. |
| Method Detail |
public int[] getDim()
These are read-only properties; to reset them, use the make method.
public int getNrow()
public int getNcol()
public BaseMatrix copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||