Overload List
| Name | Description | |
|---|---|---|
| Real(DoubleComplex) |
Returns the real part of the complex number c.
| |
| Real(DoubleComplexMatrix) |
Calculates the real parts of a given matrix's elements.
| |
| Real(DoubleComplexVector) |
Returns the real part of the given vector's elements.
| |
| Real(DoubleMatrix) |
Calculates the real parts of a given matrix's elements. In this case, since there
are no imaginary parts, this method simply returns the given matrix.
| |
| Real(DoubleVector) |
Returns the real part of the given vector.
| |
| Real(FloatComplex) |
Returns the real part of the complex number c.
| |
| Real(FloatComplexMatrix) |
Calculates the real parts of a given matrix's elements.
| |
| Real(FloatComplexVector) |
Returns the real part of the given vector's elements.
| |
| Real(FloatMatrix) |
Calculates the real parts of a given matrix's elements. In this case, since there
are no imaginary parts, this method simply returns the given matrix.
| |
| Real(FloatVector) |
Returns the real part of the given vector.
|