Documentation of 'kcl.waterloo.math.geom.Matrix' Java class
Matrix
kcl.waterloo.math.geom

Class Matrix



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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double[][] mult(double[][] A, double[][] B) 
      static double[][] multopt(double[][] A, double[][] B) 
      static java.lang.Double[] toDouble(double[] in) 
      static java.lang.Double[][] toDouble(double[][] in)
      Return a Double[][] given a double[][] as input
      • Methods inherited from class java.lang.Object

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

      • mult

        public static double[][] mult(double[][] A,
                                      double[][] B)
      • multopt

        public static double[][] multopt(double[][] A,
                                         double[][] B)
      • toDouble

        public static java.lang.Double[][] toDouble(double[][] in)
        Return a Double[][] given a double[][] as input
        Parameters:
        in - a Double[][]
        Returns:
        a double[][]
      • toDouble

        public static java.lang.Double[] toDouble(double[] in)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.