RowVector Operators |
The RowVector type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Computes the sum of two row vectors.
| |
Division |
Divides a row vector by a real, scalar constant.
| |
Multiply(Double, RowVector) |
Multiplies a row vector by a real, scalar constant.
| |
Multiply(RowVector, AnyRectangularMatrix) |
Multiplies any real, rectangular matrix by a row vector.
| |
Multiply(RowVector, ColumnVector) |
Computes the inner (scalar or dot) product of a row and a column vector.
| |
Subtraction |
Computes the difference of two column vectors.
| |
UnaryNegation |
Negates a row vector.
|