TMatrixMultiply(TComplex, TMatrix) Operator

Computes the multiplication of two objects: TComplex and TMatrix.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static TNumber operator *(
	TComplex c1,
	TMatrix c2
)

Parameters

c1  TComplex
First TComplex object to perform operator to.
c2  TMatrix
Second TMatrix object to perform operator to.

Return Value

TNumber
Result of the operation.

See Also