NMath Core Reference Guide Version 2.4

FloatComplexMatrix Class

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

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

System.Object
   CenterSpace.NMath.Core.FloatComplexMatrix

public class FloatComplexMatrix : 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

FloatComplexMatrix Members | CenterSpace.NMath.Core Namespace