Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
lapack_interfaces::dgesv Interface Reference

Public Member Functions

pure subroutine dgesv (n, nrhs, a, lda, ipiv, b, ldb, info)
 

Detailed Description

Definition at line 42 of file lapack_interfaces.f90.

Constructor & Destructor Documentation

◆ dgesv()

pure subroutine lapack_interfaces::dgesv::dgesv ( integer, intent(in n,
integer, intent(in nrhs,
real(kind=rp), dimension(lda, n), intent(inout a,
integer, intent(in lda,
integer, dimension(n), intent(out ipiv,
real(kind=rp), dimension(ldb, nrhs), intent(inout b,
integer, intent(in ldb,
integer, intent(out info 
)

Definition at line 42 of file lapack_interfaces.f90.


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