Class NonSymmetricMatrixException

    • Constructor Detail

      • NonSymmetricMatrixException

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

      • getRow

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

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

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