Octopus
splines_oct_m::spline_eval_vec Interface Reference

Both the filling of the function, and the retrieval of the values may be done using single- or double-precision values. More...

Detailed Description

Both the filling of the function, and the retrieval of the values may be done using single- or double-precision values.

Definition at line 166 of file splines.F90.

Private Member Functions

subroutine spline_eval8_array (spl, nn, xf)
 
subroutine spline_evalz_array (spl, nn, xf)
 

Member Function/Subroutine Documentation

◆ spline_eval8_array()

subroutine splines_oct_m::spline_eval_vec::spline_eval8_array ( type(spline_t), intent(in)  spl,
integer, intent(in)  nn,
real(real64), dimension(:), intent(inout)  xf 
)
private

Definition at line 449 of file splines.F90.

◆ spline_evalz_array()

subroutine splines_oct_m::spline_eval_vec::spline_evalz_array ( type(spline_t), intent(in)  spl,
integer, intent(in)  nn,
complex(real64), dimension(:), intent(inout)  xf 
)
private

Definition at line 461 of file splines.F90.


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