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