.NET Matrix Library
CMatrix Class
Members  See Also  Send comments on this topic


Represents a matrix having complex floating point numbers as elements.

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class CMatrix 
   Implements ICloneableIDisposableISerializable 
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class CMatrix : ICloneableIDisposableISerializable  
C++/CLI 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public ref class CMatrix : public ICloneableIDisposableISerializable  

Remarks

CMatrix class is used as to represent a general complex matrix. Its methods can be used to perform matrix operations and data manipulation.

Requirements

Namespace: Bluebit.MatrixLibrary

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

Assembly: Bluebit.MatrixLibrary (in Bluebit.MatrixLibrary.dll)

See Also

.NET Matrix Library Documentation