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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidinvert()Invert this matrix (into itself)voidsetElement(int row, int column, double value)Set the given element of the matrixvoidtranspose()Tranpose this matrix (into itself)- 
Methods inherited from interface hephysics.matrix.Matrixe, getNColumns, getNRows
 
- 
 
- 
- 
- 
Method Detail- 
setElementvoid setElement(int row, int column, double value)Set the given element of the matrix
 - 
invertvoid invert() throws MatrixOp.IndeterminateMatrixExceptionInvert this matrix (into itself)- Throws:
- MatrixOp.IndeterminateMatrixException
- See Also:
- MatrixOp.inverse(Matrix,MutableMatrix)
 
 - 
transposevoid transpose() Tranpose this matrix (into itself)
 
- 
 
- 
DMelt 3.0 © DataMelt by jWork.ORG