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::dqr1up Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 6 of file qrupdate.f90.

Constructor & Destructor Documentation

◆ dqr1up()

subroutine qrupdate::dqr1up::dqr1up ( integer(int32), intent(in) m,
integer(int32), intent(in) n,
integer(int32), intent(in) k,
real(real64), dimension(ldq,*), intent(inout) q,
integer(int32), intent(in) ldq,
real(real64), dimension(ldr,*), intent(inout) r,
integer(int32), intent(in) ldr,
real(real64), dimension(*), intent(inout) u,
real(real64), dimension(*), intent(inout) v,
real(real64), dimension(*), intent(out) w )

Definition at line 6 of file qrupdate.f90.


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