OpenFAST
Wind turbine multiphysics simulator
Public Member Functions | List of all members
nwtc_slatec::slatec_qk61 Interface Reference

integrate an external function using the 61-point kronrod rule More...

Public Member Functions

subroutine wrap_qk61 (func, low, hi, answer, abserr, resabs, resasc)
 Single precision wrapper for the qk61 integration routine from the slatec library Note that the qk61 routine follows -fdefault-real-8 setting, so it is of type ReKi.
 
subroutine wrap_dqk61 (func, low, hi, answer, abserr, resabs, resasc)
 Double precision wrapper for the dqk61 integration routine from the slatec library Note that the qk61 routine follows -fdefault-real-8 setting, so it is of type DbKi.
 

Detailed Description

integrate an external function using the 61-point kronrod rule


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