public class NonSymmetricMatrixException extends MathIllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private int |
column
Column.
|
private int |
row
Row.
|
private static long |
serialVersionUID
Serializable version Id.
|
private double |
threshold
Threshold.
|
Constructor and Description |
---|
NonSymmetricMatrixException(int row,
int column,
double threshold)
Construct an exception.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getRow() |
double |
getThreshold() |
getContext, getLocalizedMessage, getMessage
private static final long serialVersionUID
private final int row
private final int column
private final double threshold
Copyright (c) 2003-2013 Apache Software Foundation