Assumptions constructor
const
Assumptions({
- bool? commutative,
- bool? complex,
- bool? imaginary,
- bool? real,
- bool? extendedReal,
- bool? integer,
- bool? nonInteger,
- bool? odd,
- bool? even,
- bool? prime,
- bool? composite,
- bool? zero,
- bool? nonzero,
- bool? rational,
- bool? algebraic,
- bool? transcendental,
- bool? irrational,
- bool? finite,
- bool? infinite,
- bool? negative,
- bool? nonNegative,
- bool? positive,
- bool? nonPositive,
- bool? extendedNegative,
- bool? extendedNonNegative,
- bool? extendedPositive,
- bool? extendedNonPositive,
- bool? extendedNonzero,
- bool? hermitian,
- bool? antiHermitian,
Implementation
const Assumptions({
this.commutative,
this.complex,
this.imaginary,
this.real,
this.extendedReal,
this.integer,
this.nonInteger,
this.odd,
this.even,
this.prime,
this.composite,
this.zero,
this.nonzero,
this.rational,
this.algebraic,
this.transcendental,
this.irrational,
this.finite,
this.infinite,
this.negative,
this.nonNegative,
this.positive,
this.nonPositive,
this.extendedNegative,
this.extendedNonNegative,
this.extendedPositive,
this.extendedNonPositive,
this.extendedNonzero,
this.hermitian,
this.antiHermitian,
});