.NET Matrix Library
Matrix Class
Members  See Also  Send Feedback



Represents a matrix having as elements double floating point numbers.

Syntax

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

Remarks

Matrix class is used as to represent a general matrix with real number elements. 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