Click or drag to resize

DoubleComplexMatrix   Conversion (DoubleMatrix to DoubleComplexMatrix)

Implicitly converts a DoubleMatrix instance into a DoubleComplexMatrix instance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static implicit operator DoubleComplexMatrix (
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A DoubleMatrix instance.

Return Value

DoubleComplexMatrix
See Also