.NET Matrix Library
CLQ Class
Members  See Also  Send comments on this topic


Represents an LQ factorization of a general complex matrix.

Syntax

Visual Basic (Declaration) 
Public Class CLQ 
   Implements IDisposable 
C# 
public class CLQ : IDisposable  
C++/CLI 
public ref class CLQ : public IDisposable  

Remarks

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

Requirements

Namespace: Bluebit.MatrixLibrary

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

Assembly: Bluebit.MatrixLibrary (in Bluebit.MatrixLibrary.dll)

See Also

.NET Matrix Library Documentation