NMath Core Reference Guide Version 2.4

DoubleComplexMatrix Class

Class DoubleComplexMatrix represents a general mathematical matrix class of DoubleComplex numbers. Methods are provided for performing algebraic operations, data manipulation, and slicing.

For a list of all members of this type, see DoubleComplexMatrix Members.

System.Object
   CenterSpace.NMath.Core.DoubleComplexMatrix

public class DoubleComplexMatrix : IEnumerable, ICloneable, ISerializable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CenterSpace.NMath.Core

Assembly: NMathCoreMath (in NMathCoreMath.dll)

See Also

DoubleComplexMatrix Members | CenterSpace.NMath.Core Namespace