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