FreeHEP API
Version v1.1

hep.fitting
Class Matrix

java.lang.Object
  |
  +--hep.fitting.Matrix

public class Matrix
extends Object


Constructor Summary
Matrix()
           
 
Method Summary
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
clone, equals, finalize, 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 IncompatibleMatrices
IncompatibleMatrices

invert

public static double invert(double[][] array)
                     throws IndeterminateMatrix
IndeterminateMatrix

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.