Class NonPositiveDefiniteMatrixException

    • Constructor Detail

      • NonPositiveDefiniteMatrixException

        public NonPositiveDefiniteMatrixException​(double wrong,
                                                  int index,
                                                  double threshold)
        Deprecated.
        Construct an exception.
        Parameters:
        wrong - Value that fails the positivity check.
        index - Row (and column) index.
        threshold - Absolute positivity threshold.
    • Method Detail

      • getRow

        public int getRow()
        Deprecated.
        Returns:
        the row index.
      • getColumn

        public int getColumn()
        Deprecated.
        Returns:
        the column index.
      • getThreshold

        public double getThreshold()
        Deprecated.
        Returns:
        the absolute positivity threshold.