ComplexVectorMultiply(Complex, ComplexVector) Operator |
Scalar-Vector multiplication.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static ComplexVector operator *(
Complex c,
ComplexVector A
)
Public Shared Operator * (
c As Complex,
A As ComplexVector
) As ComplexVector
Request Example
View SourceParameters
- c Complex
- The left side complex number of the multiplication operator.
- A ComplexVector
- The right side vector of the multiplication operator.
Return Value
ComplexVectorA vector that represents the result of the multiplication.
See Also