Click or drag to resize

RowVectorMultiply Operator

Overload List
  NameDescription
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.
Top
See Also