|
|
| VectorXi16 (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
| VectorXi16 (params short[] values) |
| |
|
override bool | Equals (object obj) |
| |
|
| VectorXi16 () |
| | Creates an empty vector.
|
| |
| | VectorXi16 (uint size) |
| | Creates an unitialized vector.
|
| |
|
| VectorXi16 (VectorXi16 other) |
| |
|
uint | Size () |
| | Returns the size of the vector, which also correspond to vector number of dimension.
|
| |
|
short | At (uint index) |
| | Access vector's value at given index.
|
| |
|
void | SetAt (uint index, short value) |
| | Set value as given index.
|
| |
| double | SquaredLength () |
| | Returns the vector's norm, squared.
|
| |
| double | Length () |
| | Returns the vector's norm.
|
| |
|
void | Normalize () |
| | Normalize the vector.
|
| |
|
string | ToString () |
| |
|
short | Dot (VectorXi16 v) |
| | Dot product.
|
| |
| VectorXi16 | Cross (VectorXi16 v) |
| | Cross product of two vectors.
|
| |
|
|
static global::System.Runtime.InteropServices.HandleRef | getCPtr (VectorXi16 obj) |
| |
|
static global::System.Runtime.InteropServices.HandleRef | swigRelease (VectorXi16 obj) |
| |
|
static bool | operator== (VectorXi16 v1, VectorXi16 v2) |
| |
|
static bool | operator!= (VectorXi16 v1, VectorXi16 v2) |
| |
|
static VectorXi16 | operator+ (VectorXi16 v1, VectorXi16 v2) |
| |
|
static VectorXi16 | operator- (VectorXi16 v1, VectorXi16 v2) |
| |
|
static VectorXi16 | operator* (VectorXi16 v, short value) |
| |
|
static VectorXi16 | operator* (short value, VectorXi16 v) |
| |
|
static VectorXi16 | operator/ (VectorXi16 v, short value) |
| |
|
static VectorXi16 | operator* (VectorXi16 v1, VectorXi16 v2) |
| |
|
static VectorXi16 | operator/ (VectorXi16 v1, VectorXi16 v2) |
| |
| static VectorXi16 | CreateUniform (uint size, short value) |
| | Creates a vector filled with one value.
|
| |
|
static bool | InternalNotEqual (VectorXi16 v1, VectorXi16 v2) |
| |
|
static VectorXi16 | InternalDivides (VectorXi16 v, short value) |
| |
|
static VectorXi16 | InternalDivides (VectorXi16 v1, VectorXi16 v2) |
| |
A dynamically sized arithmetic vector.