The following tables list the members exposed by CLQ.
| Name | Description | |
|---|---|---|
| CLQ Constructor | Initializes a new instance of the CLQ class computing the LQ factorization of a general complex matrix. |
| Name | Description | |
|---|---|---|
| Cols | Gets the number of columns of the matrix that is represented by the factorization. | |
| L | Gets the factor L, the lower triangular matrix of the LQ factorization. | |
| Q | Gets the factor Q, the orthogonal matrix of the LQ factorization. | |
| Rows | Gets the number of rows of the matrix that is represented by the factorization. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all the resources used by the CLQ object. | |
| Solve | Solves an underdetermined system of linear equations using the LQ factorization of a complex matrix. |