public interface Matrix
MatrixOp
Modifier and Type | Method and Description |
---|---|
double |
e(int row,
int column)
Returns the value of the given element
|
int |
getNColumns()
Returns the number of columns
|
int |
getNRows()
Returns the number of rows
|
Jas4pp 1.5 © Java Analysis Studio for Particle Physics