Routines to reconstruct a Householder Q, as previously factored via geqrf_inplace()
More...
|
|
|
MatrixRange< NumberS > | myra::orgqr_inplace (const MatrixRange< NumberS > &A, const CVectorRange< NumberS > &tau) |
| | Explicitly forms an orthonormal basis for the columnspace of A, after one has called geqrf_inplace() upon it.
|
| |
|
MatrixRange< NumberD > | myra::orgqr_inplace (const MatrixRange< NumberD > &A, const CVectorRange< NumberD > &tau) |
| | Explicitly forms an orthonormal basis for the columnspace of A, after one has called geqrf_inplace() upon it.
|
| |
|
MatrixRange< NumberC > | myra::orgqr_inplace (const MatrixRange< NumberC > &A, const CVectorRange< NumberC > &tau) |
| | Explicitly forms an orthonormal basis for the columnspace of A, after one has called geqrf_inplace() upon it.
|
| |
|
MatrixRange< NumberZ > | myra::orgqr_inplace (const MatrixRange< NumberZ > &A, const CVectorRange< NumberZ > &tau) |
| | Explicitly forms an orthonormal basis for the columnspace of A, after one has called geqrf_inplace() upon it.
|
| |
Routines to reconstruct a Householder Q, as previously factored via geqrf_inplace()