GELQ: computes an LQ factorization of a complex M-by-N matrix A: A = ( L 0 ) * Q where: Q is a N-by-N orthogonal matrix; L is a lower-triangular M-by-M matrix; 0 is a M-by-(N-M) zero matrix, if M < N.
More...
GELQ: computes an LQ factorization of a complex M-by-N matrix A: A = ( L 0 ) * Q where: Q is a N-by-N orthogonal matrix; L is a lower-triangular M-by-M matrix; 0 is a M-by-(N-M) zero matrix, if M < N.
◆ la_cgelq()
| la_lapack::gelq::la_cgelq |
◆ la_dgelq()
| la_lapack::gelq::la_dgelq |
◆ la_qgelq()
| la_lapack::gelq::la_qgelq |
◆ la_sgelq()
| la_lapack::gelq::la_sgelq |
◆ la_wgelq()
| la_lapack::gelq::la_wgelq |
◆ la_zgelq()
| la_lapack::gelq::la_zgelq |
The documentation for this interface was generated from the following file: