|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableMatrix
A matrix that can be changed
| Method Summary | |
|---|---|
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) |
| Methods inherited from interface hep.physics.matrix.Matrix |
|---|
e, getNColumns, getNRows |
| Method Detail |
|---|
void setElement(int row,
int column,
double value)
void invert()
throws MatrixOp.IndeterminateMatrixException
MatrixOp.IndeterminateMatrixExceptionMatrixOp.inverse(Matrix,MutableMatrix)void transpose()
MatrixOp.transposed(Matrix,MutableMatrix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||