Click or drag to resize

DoubleComplexTriDiagMatrix   Conversion (DoubleTriDiagMatrix to DoubleComplexTriDiagMatrix)

Implicitly converts a DoubleTriDiagMatrix instance into a DoubleComplexTriDiagMatrix instance.

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

Parameters

A  DoubleTriDiagMatrix
A DoubleTriDiagMatrix instance.

Return Value

DoubleComplexTriDiagMatrix
See Also