Documentation of 'hephysics.matrix.MatrixOp' Java class.
MatrixOp
hephysics.matrix

Class MatrixOp



  • public class MatrixOp
    extends java.lang.Object
    Simple operations on matrices
    • Method Detail

      • toString

        public static java.lang.String toString(Matrix m)
      • det

        public static double det(Matrix mIn)
      • transposed

        public static void transposed(Matrix mIn,
                                      MutableMatrix mOut)
        Traspose matrix mIn and write it to matrix mOut. This method allows both arguments to be the same, e.g. transposed(this,this); This method currently only supports square matrices.

DMelt 3.0 © DataMelt by jWork.ORG