linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Public Member Functions | |
subroutine | zqr1up (m, n, k, q, ldq, r, ldr, u, v, w, rw) |
Definition at line 13 of file qrupdate.f90.
subroutine qrupdate::zqr1up::zqr1up | ( | integer(int32), intent(in) | m, |
integer(int32), intent(in) | n, | ||
integer(int32), intent(in) | k, | ||
complex(real64), dimension(ldq,*), intent(inout) | q, | ||
integer(int32), intent(in) | ldq, | ||
complex(real64), dimension(ldr,*), intent(inout) | r, | ||
integer(int32), intent(in) | ldr, | ||
complex(real64), dimension(*), intent(inout) | u, | ||
complex(real64), dimension(*), intent(inout) | v, | ||
complex(real64), dimension(*), intent(out) | w, | ||
real(real64), dimension(*), intent(out) | rw ) |
Definition at line 13 of file qrupdate.f90.