.NET Matrix Library
CMatrix Class
Members  See Also  Send Feedback



Represents a matrix having complex numbers as elements.

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class CMatrix 
Visual Basic (Usage)Copy Code
Dim instance As CMatrix
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class CMatrix 
C++/CLI 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public ref class CMatrix 

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

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library