linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
qrupdate::zqr1up Interface Reference

Public Member Functions

subroutine zqr1up (m, n, k, q, ldq, r, ldr, u, v, w, rw)
 

Detailed Description

Definition at line 13 of file qrupdate.f90.

Constructor & Destructor Documentation

◆ zqr1up()

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.


The documentation for this interface was generated from the following file: