Vector |
The VectorExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Imaginary(VectorComplex32) | Gets a real vector representing the imaginary parts of a complex vector. | |
| Imaginary(VectorComplex) | Gets a real vector representing the imaginary parts of a complex vector. | |
| Real(VectorComplex32) | Gets a real vector representing the real parts of a complex vector. | |
| Real(VectorComplex) | Gets a real vector representing the real parts of a complex vector. | |
| ToComplex(VectorComplex32) | Converts a vector to double precision complex numbers. | |
| ToComplex(VectorDouble) | Gets a double precision complex vector with the real parts from the given vector. | |
| ToComplex32(VectorComplex) | Converts a vector to single precision complex numbers. | |
| ToComplex32(VectorSingle) | Gets a single precision complex vector with the real parts from the given vector. | |
| ToDouble | Converts a vector to double precision. | |
| ToSingle | Converts a vector to single precision. |