| DoubleComplexMatrix(DoubleComplexMatrix) Constructor |
Constructs a deep copy of a DoubleComplexMatrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix(
DoubleComplexMatrix other
)
Public Sub New (
other As DoubleComplexMatrix
)
public:
DoubleComplexMatrix(
DoubleComplexMatrix^ other
)
new :
other : DoubleComplexMatrix -> DoubleComplexMatrix
Parameters
- other DoubleComplexMatrix
- The other matrix.
See Also