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

Public Member Functions

subroutine dgeqrf (m, n, a, lda, tau, work, lwork, info)
 

Detailed Description

Definition at line 97 of file lapack.f90.

Constructor & Destructor Documentation

◆ dgeqrf()

subroutine lapack::dgeqrf::dgeqrf ( integer(int32), intent(in) m,
integer(int32), intent(in) n,
real(real64), dimension(lda,*), intent(inout) a,
integer(int32), intent(in) lda,
real(real64), dimension(*), intent(out) tau,
real(real64), dimension(*), intent(out) work,
integer(int32), intent(in) lwork,
integer(int32), intent(out) info )

Definition at line 97 of file lapack.f90.


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