org.freehep.math.minuit
Class MnUserCovariance

java.lang.Object
  extended by org.freehep.math.minuit.MnUserCovariance

public class MnUserCovariance
extends Object

MnUserCovariance is the external covariance matrix designed for the interaction of the user. The result of the minimization (internal covariance matrix) is converted into the user representable format. It can also be used as input prior to the minimization. The size of the covariance matrix is according to the number of variable parameters (free and limited).

Version:
$Id: MnUserCovariance.java 8584 2006-08-10 23:06:37Z duns $

Constructor Summary
MnUserCovariance(int nrow)
           
 
Method Summary
protected  MnUserCovariance clone()
           
 double get(int row, int col)
           
 int ncol()
           
 int nrow()
           
 void set(int row, int col, double value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MnUserCovariance

public MnUserCovariance(int nrow)
Method Detail

clone

protected MnUserCovariance clone()
Overrides:
clone in class Object

get

public double get(int row,
                  int col)

set

public void set(int row,
                int col,
                double value)

nrow

public int nrow()

ncol

public int ncol()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2006 FreeHEP. All Rights Reserved.