RowVector Operators

Operators

Addition(RowVector, RowVector) Computes the sum of two row vectors.
Division(RowVector, Double) 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(RowVector, RowVector) Computes the difference of two column vectors.
UnaryNegation(RowVector) Negates a row vector.

See Also