Class PerturbedColumn
- java.lang.Object
-
- cern.accsoft.steering.aloha.calc.sensitivity.PerturbedColumn
-
public class PerturbedColumn extends java.lang.Objectjust a simple class, that represents a (column-) matrix together with a normalization-factor
-
-
Constructor Summary
Constructors Constructor Description PerturbedColumn(Jama.Matrix columnMatrix, double normalizationFactor)the constructor, which sets the private elements
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Jama.MatrixgetColumnMatrix()doublegetNormalizationFactor()
-