.NET Matrix Library
CLQ Class
Members  See Also  Send Feedback



Represents an LQ factorization of a general complex matrix.

Syntax

Visual Basic (Declaration) 
Public Class CLQ 
Visual Basic (Usage)Copy Code
Dim instance As CLQ
C# 
public class CLQ 
C++/CLI 
public ref class CLQ 

Remarks

The CLQ class can be used to find the minimum-norm solution of an underdetermined least-squares problem.

Requirements

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

See Also

.NET Matrix Library