Class CholeskyDecompositionOpenGamma

    • Field Detail

      • DEFAULT_SYMMETRY_THRESHOLD

        public static final double DEFAULT_SYMMETRY_THRESHOLD
        The input matrix symmetry is checked. If the relative difference abs(Aij-Aji) > max(abs(Aij), abs(Aji)) * e_sym, the matrix is considered non-symmetric. The default value for the threshold e_sym.
        See Also:
        Constant Field Values
      • DEFAULT_POSITIVITY_THRESHOLD

        public static final double DEFAULT_POSITIVITY_THRESHOLD
        In the decomposition, the positivity of the matrix is checked. If the absolute value Lii < e_pos the matrix is considered non-positive. The default value for the threshold e_pos.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CholeskyDecompositionOpenGamma

        public CholeskyDecompositionOpenGamma()