Documentation of 'jas2.hist.Matrix' Java class
Matrix
jas2.hist

Class Matrix



  • public class Matrix
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Matrix() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double[][] clone(double[][] in) 
      static double[][] create(int size) 
      static double invert(double[][] array) 
      static double[][] multiply(double[][] in1, double[][] in2) 
      static void print(double[][] in) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Matrix

        public Matrix()
    • Method Detail

      • create

        public static double[][] create(int size)
      • clone

        public static double[][] clone(double[][] in)
      • print

        public static void print(double[][] in)
      • multiply

        public static double[][] multiply(double[][] in1,
                                          double[][] in2)
                                   throws jas2.hist.IncompatibleMatrices
        Throws:
        jas2.hist.IncompatibleMatrices

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.