Java Code Examples for org.apache.commons.math3.exception.util.LocalizedFormats#NON_SYMMETRIC_MATRIX

The following examples show how to use org.apache.commons.math3.exception.util.LocalizedFormats#NON_SYMMETRIC_MATRIX . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: NonSymmetricMatrixException.java    From astor with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Construct an exception.
 *
 * @param row Row index.
 * @param column Column index.
 * @param threshold Relative symmetry threshold.
 */
public NonSymmetricMatrixException(int row,
                                   int column,
                                   double threshold) {
    super(LocalizedFormats.NON_SYMMETRIC_MATRIX, row, column, threshold);
    this.row = row;
    this.column = column;
    this.threshold = threshold;
}
 
Example 2
Source File: NonSymmetricMatrixException.java    From astor with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Construct an exception.
 *
 * @param row Row index.
 * @param column Column index.
 * @param threshold Relative symmetry threshold.
 */
public NonSymmetricMatrixException(int row,
                                   int column,
                                   double threshold) {
    super(LocalizedFormats.NON_SYMMETRIC_MATRIX, row, column, threshold);
    this.row = row;
    this.column = column;
    this.threshold = threshold;
}
 
Example 3
Source File: NonSymmetricMatrixException.java    From astor with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Construct an exception.
 *
 * @param row Row index.
 * @param column Column index.
 * @param threshold Relative symmetry threshold.
 */
public NonSymmetricMatrixException(int row,
                                   int column,
                                   double threshold) {
    super(LocalizedFormats.NON_SYMMETRIC_MATRIX, row, column, threshold);
    this.row = row;
    this.column = column;
    this.threshold = threshold;
}
 
Example 4
Source File: NonSymmetricMatrixException.java    From astor with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Construct an exception.
 *
 * @param row Row index.
 * @param column Column index.
 * @param threshold Relative symmetry threshold.
 */
public NonSymmetricMatrixException(int row,
                                   int column,
                                   double threshold) {
    super(LocalizedFormats.NON_SYMMETRIC_MATRIX, row, column, threshold);
    this.row = row;
    this.column = column;
    this.threshold = threshold;
}
 
Example 5
Source File: NonSymmetricMatrixException.java    From astor with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Construct an exception.
 *
 * @param row Row index.
 * @param column Column index.
 * @param threshold Relative symmetry threshold.
 */
public NonSymmetricMatrixException(int row,
                                   int column,
                                   double threshold) {
    super(LocalizedFormats.NON_SYMMETRIC_MATRIX, row, column, threshold);
    this.row = row;
    this.column = column;
    this.threshold = threshold;
}
 
Example 6
Source File: NonSymmetricMatrixException.java    From astor with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Construct an exception.
 *
 * @param row Row index.
 * @param column Column index.
 * @param threshold Relative symmetry threshold.
 */
public NonSymmetricMatrixException(int row,
                                   int column,
                                   double threshold) {
    super(LocalizedFormats.NON_SYMMETRIC_MATRIX, row, column, threshold);
    this.row = row;
    this.column = column;
    this.threshold = threshold;
}
 
Example 7
Source File: NonSymmetricMatrixException.java    From astor with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Construct an exception.
 *
 * @param row Row index.
 * @param column Column index.
 * @param threshold Relative symmetry threshold.
 */
public NonSymmetricMatrixException(int row,
                                   int column,
                                   double threshold) {
    super(LocalizedFormats.NON_SYMMETRIC_MATRIX, row, column, threshold);
    this.row = row;
    this.column = column;
    this.threshold = threshold;
}
 
Example 8
Source File: NonSymmetricMatrixException.java    From astor with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Construct an exception.
 *
 * @param row Row index.
 * @param column Column index.
 * @param threshold Relative symmetry threshold.
 */
public NonSymmetricMatrixException(int row,
                                   int column,
                                   double threshold) {
    super(LocalizedFormats.NON_SYMMETRIC_MATRIX, row, column, threshold);
    this.row = row;
    this.column = column;
    this.threshold = threshold;
}