Vector Conversion Operators |
Name | Description | |
---|---|---|
(Double to Vector) |
Casts the array of values to the vector. It doesn't copies the
values, but saves the reference to the input array.
| |
(Vector to Double) |
Casts the vector to an array of its values. It doesn't
copies the values, but returns the reference to internal array.
|