ColumnVector Operators |
The ColumnVector type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Computes the sum of two column vectors.
|
![]() ![]() | Division |
Divides a column vector by a real, scalar constant.
|
![]() ![]() | Multiply |
Multiplies a column vector by a real, scalar constant.
|
![]() ![]() | Subtraction |
Computes the difference of two column vectors.
|
![]() ![]() | UnaryNegation |
Negates a column vector.
|