Vector Operators and Type Conversions |
The Vector type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Vector, Vector) | Vector addition. |
![]() ![]() | (Vector to Matrix) | Implicit Vector to Matrix conversion. |
![]() ![]() | Multiply(BaseMatrix, Vector) | Matrix- Vector multiplication. |
![]() ![]() | Multiply(Double, Vector) | Scalar-Vector multiplication. |
![]() ![]() | Multiply(Vector, Double) | Vector-Scalar multiplication. |
![]() ![]() | Subtraction(Vector, Vector) | Vector subtraction. |
![]() ![]() | UnaryNegation(Vector) | Unary minus. |