.NET Matrix Library
MatrixType Property
See Also  Send Feedback



Specifies the matrix type.

Syntax

Visual Basic (Declaration) 
Public Property MatrixType As MatrixType
Visual Basic (Usage)Copy Code
Dim instance As CSparseSolver
Dim value As MatrixType
 
instance.MatrixType = value
 
value = instance.MatrixType
C# 
public MatrixType MatrixType {get; set;}
C++/CLI 
public:
property MatrixType MatrixType {
   MatrixType get();
   void set (    MatrixType value);
}

Property Value

A MatrixType enumeration value specifying the matrix type.

Requirements

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

See Also

.NET Matrix Library