RowVectorMultiply(RowVector, AnyRectangularMatrix) Operator
Multiplies any real, rectangular matrix by a row vector.
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static RowVector operator *(
RowVector v,
AnyRectangularMatrix A
)
Public Shared Operator * (
v As RowVector,
A As AnyRectangularMatrix
) As RowVector
public:
static RowVector^ operator *(
RowVector^ v,
AnyRectangularMatrix^ A
)
static let inline (*)
v : RowVector *
A : AnyRectangularMatrix : RowVector
- v RowVector
- The row vector.
- A AnyRectangularMatrix
- The matrix.
RowVectorThe product row vector.