VectorExplicit Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | Explicit(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.
|
![]() ![]() | Explicit(Vector toDouble[]) |
Casts the vector to an array of its values. It doesn't
copies the values, but returns the reference to internal array.
|