Class PerturbedColumn


  • public class PerturbedColumn
    extends java.lang.Object
    just 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
    • Constructor Detail

      • PerturbedColumn

        public PerturbedColumn​(Jama.Matrix columnMatrix,
                               double normalizationFactor)
        the constructor, which sets the private elements
        Parameters:
        columnMatrix - the column-matrix
        normalizationFactor - the normalization-factor
    • Method Detail

      • getNormalizationFactor

        public double getNormalizationFactor()
        Returns:
        the normalizationFactor
      • getColumnMatrix

        public Jama.Matrix getColumnMatrix()
        Returns:
        the columnMatrix