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

Class NonSymmetricMatrixException

    • Constructor Detail

      • NonSymmetricMatrixException

        public NonSymmetricMatrixException(int row,
                                           int column,
                                           double threshold)
        Construct an exception.
        Parameters:
        row - Row index.
        column - Column index.
        threshold - Relative symmetry threshold.
    • Method Detail

      • getRow

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

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

        public double getThreshold()
        Returns:
        the relative symmetry threshold.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.