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