VectorMultiply(BaseMatrix, Vector) Operator

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public static Matrix operator *(
	BaseMatrix A,
	Vector B
)

Parameters

A  BaseMatrix
 
B  Vector
 

Return Value

Matrix

See Also