hephysics.matrix
Interface MutableMatrix
-
- All Superinterfaces:
- Matrix
- All Known Implementing Classes:
- BasicMatrix, Hep3Matrix, SymmetricMatrix
public interface MutableMatrix extends Matrix
A matrix that can be changed
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 matrixvoid
transpose()
Tranpose this matrix (into itself)-
Methods inherited from interface hephysics.matrix.Matrix
e, getNColumns, getNRows
-
-
-
-
Method Detail
-
setElement
void setElement(int row, int column, double value)
Set the given element of the matrix
-
invert
void invert() throws MatrixOp.IndeterminateMatrixException
Invert this matrix (into itself)- Throws:
MatrixOp.IndeterminateMatrixException
- See Also:
MatrixOp.inverse(Matrix,MutableMatrix)
-
transpose
void transpose()
Tranpose this matrix (into itself)
-
-
DMelt 3.0 © DataMelt by jWork.ORG