Click or drag to resize

RowVector Operators

The RowVector type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Computes the sum of two row vectors.
Public operatorStatic memberDivision
Divides a row vector by a real, scalar constant.
Public operatorStatic memberMultiply(Double, RowVector)
Multiplies a row vector by a real, scalar constant.
Public operatorStatic memberMultiply(RowVector, AnyRectangularMatrix)
Multiplies any real, rectangular matrix by a row vector.
Public operatorStatic memberMultiply(RowVector, ColumnVector)
Computes the inner (scalar or dot) product of a row and a column vector.
Public operatorStatic memberSubtraction
Computes the difference of two column vectors.
Public operatorStatic memberUnaryNegation
Negates a row vector.
Top
See Also