Click or drag to resize

FloatComplexMatrix(FloatComplexMatrix) Constructor

Constructs a deep copy of a FloatComplexMatrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexMatrix(
	FloatComplexMatrix other
)

Parameters

other  FloatComplexMatrix
The other matrix.
See Also