.NET Matrix Library
Matrix Constructor(Double[,],Int32,Int32)
See Also  Send comments on this topic


array
rows
cols

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal array(,) As Double, _
   ByVal rows As Integer, _
   ByVal cols As Integer _
)
C# 
public Matrix( 
   double[,] array,
   int rows,
   int cols
)
C++/CLI 
public:
Matrix( 
   array<double>^ array,
   int rows,
   int cols
)

Parameters

array
rows
cols

Requirements

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

See Also

.NET Matrix Library Documentation