.NET Matrix Library
CLQ Constructor
See Also  Send Feedback



matrix
A CMatrix object containing the matrix to factor.
Initializes a new instance of the CLQ class computing the LQ factorization of a general complex matrix.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal matrix As CMatrix _
)
Visual Basic (Usage)Copy Code
Dim matrix As CMatrix
 
Dim instance As New CLQ(matrix)
C# 
public CLQ( 
   CMatrix matrix
)
C++/CLI 
public:
CLQ( 
   CMatrix^ matrix
)

Parameters

matrix
A CMatrix object containing the matrix to factor.

Requirements

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

See Also

.NET Matrix Library