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.
        Get row index.
        Returns:
        the row index
      • getColumn

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

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