public class AlgebraicNotInvertibleException
extends edu.jas.structure.NotInvertibleException
Modifier and Type | Field and Description |
---|---|
ExprPolynomial |
f |
ExprPolynomial |
f1 |
ExprPolynomial |
f2 |
Constructor and Description |
---|
AlgebraicNotInvertibleException() |
AlgebraicNotInvertibleException(ExprPolynomial f,
ExprPolynomial f1,
ExprPolynomial f2)
Constructor.
|
AlgebraicNotInvertibleException(java.lang.String c) |
AlgebraicNotInvertibleException(java.lang.String c,
ExprPolynomial f,
ExprPolynomial f1,
ExprPolynomial f2)
Constructor.
|
AlgebraicNotInvertibleException(java.lang.String c,
java.lang.Throwable t) |
AlgebraicNotInvertibleException(java.lang.String c,
java.lang.Throwable t,
ExprPolynomial f,
ExprPolynomial f1,
ExprPolynomial f2)
Constructor.
|
AlgebraicNotInvertibleException(java.lang.Throwable t) |
AlgebraicNotInvertibleException(java.lang.Throwable t,
ExprPolynomial f,
ExprPolynomial f1,
ExprPolynomial f2)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Get the String representation.
|
public final ExprPolynomial f
public final ExprPolynomial f1
public final ExprPolynomial f2
public AlgebraicNotInvertibleException()
public AlgebraicNotInvertibleException(java.lang.String c)
public AlgebraicNotInvertibleException(java.lang.String c, java.lang.Throwable t)
public AlgebraicNotInvertibleException(java.lang.Throwable t)
public AlgebraicNotInvertibleException(ExprPolynomial f, ExprPolynomial f1, ExprPolynomial f2)
f
- polynomial with f = f1 * f2.f1
- polynomial.f2
- polynomial.public AlgebraicNotInvertibleException(java.lang.String c, ExprPolynomial f, ExprPolynomial f1, ExprPolynomial f2)
f
- polynomial with f = f1 * f2.f1
- polynomial.f2
- polynomial.public AlgebraicNotInvertibleException(java.lang.String c, java.lang.Throwable t, ExprPolynomial f, ExprPolynomial f1, ExprPolynomial f2)
f
- polynomial with f = f1 * f2.f1
- polynomial.f2
- polynomial.public AlgebraicNotInvertibleException(java.lang.Throwable t, ExprPolynomial f, ExprPolynomial f1, ExprPolynomial f2)
f
- polynomial with f = f1 * f2.f1
- polynomial.f2
- polynomial.