Documentation of 'org.apache.commons.math3.linear.NonPositiveDefiniteMatrixException' Java class
NonPositiveDefiniteMatrixException
org.apache.commons.math3.linear

Class NonPositiveDefiniteMatrixException

    • Constructor Detail

      • NonPositiveDefiniteMatrixException

        public NonPositiveDefiniteMatrixException(double wrong,
                                                  int index,
                                                  double threshold)
        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()
        Returns:
        the row index.
      • getColumn

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

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.