public interface Matrix extends Cloneable, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
checkMatrixDimensions(Matrix B) |
Matrix |
copy() |
double |
get(int i,
int j) |
int |
getColumnDimension()
Get column dimension.
|
int |
getRowDimension()
Get row dimension
|
void |
set(int i,
int j,
double val) |
void checkMatrixDimensions(Matrix B)
Matrix copy()
double get(int i,
int j)
i - row indexj - column indexint getColumnDimension()
int getRowDimension()
void set(int i,
int j,
double val)
i - row indexj - column indexval - new valueCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.