@Deprecated public class Weight extends Object implements OptimizationData
Constructor and Description |
---|
Weight(double[] weight)
Deprecated.
Creates a diagonal weight matrix.
|
Weight(RealMatrix weight)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RealMatrix |
getWeight()
Deprecated.
Gets the initial guess.
|
public Weight(double[] weight)
weight
- List of the values of the diagonal.public Weight(RealMatrix weight)
weight
- Weight matrix.NonSquareMatrixException
- if the argument is not
a square matrix.public RealMatrix getWeight()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics