| Name | Description |
---|
| AlmostEqual(Complex, Complex) |
Checks whether two Complex numbers are almost equal.
|
| AlmostEqual(Complex32, Complex32) |
Checks whether two Complex numbers are almost equal.
|
| AlmostEqual(Double, Double) |
Checks whether two real numbers are almost equal.
|
| AlmostEqual(Single, Single) |
Checks whether two real numbers are almost equal.
|
| AlmostEqual(Complex, Complex, Double) |
Compares two complex and determines if they are equal within
the specified maximum error.
|
| AlmostEqual(Complex, Complex, Int32) |
Compares two doubles and determines if they are equal to within the specified number of decimal places or not, using the
number of decimal places as an absolute measure.
|
| AlmostEqual(Complex32, Complex32, Double) |
Compares two complex and determines if they are equal within
the specified maximum error.
|
| AlmostEqual(Complex32, Complex32, Int32) |
Compares two doubles and determines if they are equal to within the specified number of decimal places or not, using the
number of decimal places as an absolute measure.
|
| AlmostEqual(Double, Double, Double) |
Compares two doubles and determines if they are equal within
the specified maximum error.
|
| AlmostEqual(Double, Double, Int32) |
Compares two doubles and determines if they are equal to within the specified number of decimal places or not, using the
number of decimal places as an absolute measure.
|
| AlmostEqual(Single, Single, Double) |
Compares two complex and determines if they are equal within
the specified maximum error.
|
| AlmostEqual(Single, Single, Int32) |
Compares two doubles and determines if they are equal to within the specified number of decimal places or not, using the
number of decimal places as an absolute measure.
|
| AlmostEqualT(MatrixT, MatrixT, Double) |
Compares two matrices and determines if they are equal within the specified maximum error.
|
| AlmostEqualT(MatrixT, MatrixT, Int32) |
Compares two matrices and determines if they are equal to within the specified number
of decimal places or not, using the number of decimal places as an absolute measure.
|
| AlmostEqualT(VectorT, VectorT, Double) |
Compares two vectors and determines if they are equal within the specified maximum error.
|
| AlmostEqualT(VectorT, VectorT, Int32) |
Compares two vectors and determines if they are equal to within the specified number
of decimal places or not, using the number of decimal places as an absolute measure.
|