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

Namespace: CenterSpace.NMath.Core
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
[SerializableAttribute]
public class FloatComplexMatrix : IEnumerable<FloatComplex>, 
	IEnumerable, ICloneable, IXmlSerializable
Visual Basic
<SerializableAttribute> _
Public Class FloatComplexMatrix _
	Implements IEnumerable(Of FloatComplex), IEnumerable,  _
	ICloneable, IXmlSerializable
Visual C++
[SerializableAttribute]
public ref class FloatComplexMatrix : IEnumerable<FloatComplex>, 
	IEnumerable, ICloneable, IXmlSerializable

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Core..::..FloatComplexMatrix

See Also