public interface MutableMatrix extends Matrix
| Modifier and Type | Method and Description |
|---|---|
void |
invert()
Invert this matrix (into itself)
|
void |
setElement(int row,
int column,
double value)
Set the given element of the matrix
|
void |
transpose()
Tranpose this matrix (into itself)
|
e, getNColumns, getNRowsvoid setElement(int row,
int column,
double value)
void invert()
throws MatrixOp.IndeterminateMatrixException
MatrixOp.IndeterminateMatrixExceptionMatrixOp.inverse(Matrix,MutableMatrix)void transpose()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics