Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
dgetrf Interface Reference

Private Member Functions

subroutine dgetrf (m, n, a, lda, ipiv, info)
 

Detailed Description

Definition at line 56 of file sll_m_spline_matrix_dense.F90.

Constructor & Destructor Documentation

◆ dgetrf()

subroutine dgetrf ( integer, intent(in)  m,
integer, intent(in)  n,
double precision, dimension(lda, n), intent(inout)  a,
integer, intent(in)  lda,
integer, dimension(min(m, n)), intent(out)  ipiv,
integer, intent(out)  info 
)
private

Definition at line 56 of file sll_m_spline_matrix_dense.F90.

    Report Typos and Errors