MCTDH-X  v2.22
 All Classes Files Functions Variables Pages
nrutil::poly Interface Reference

Public Member Functions

real(sp) function poly_rr (x, coeffs)
 
real(sp) function, dimension(size(x)) poly_rrv (x, coeffs)
 
real(dp) function poly_dd (x, coeffs)
 
real(dp) function, dimension(size(x)) poly_ddv (x, coeffs)
 
complex(spc) function poly_rc (x, coeffs)
 
complex(spc) function poly_cc (x, coeffs)
 
real(sp) function, dimension(size(x)) poly_msk_rrv (x, coeffs, mask)
 
real(dp) function, dimension(size(x)) poly_msk_ddv (x, coeffs, mask)
 

Member Function/Subroutine Documentation

complex(spc) function nrutil::poly::poly_cc ( complex(spc), intent(in)  x,
complex(spc), dimension(:), intent(in)  coeffs 
)

Referenced by nrutil::poly_cc().

Here is the caller graph for this function:

real(dp) function nrutil::poly::poly_dd ( real(dp), intent(in)  x,
real(dp), dimension(:), intent(in)  coeffs 
)

Referenced by nrutil::poly_dd(), and nrutil::poly_ddv().

Here is the caller graph for this function:

real(dp) function, dimension(size(x)) nrutil::poly::poly_ddv ( real(dp), dimension(:), intent(in)  x,
real(dp), dimension(:), intent(in)  coeffs 
)

Referenced by nrutil::poly_ddv(), and nrutil::poly_msk_ddv().

Here is the caller graph for this function:

real(dp) function, dimension(size(x)) nrutil::poly::poly_msk_ddv ( real(dp), dimension(:), intent(in)  x,
real(dp), dimension(:), intent(in)  coeffs,
logical(lgt), dimension(:), intent(in)  mask 
)

Referenced by nrutil::poly_msk_ddv().

Here is the caller graph for this function:

real(sp) function, dimension(size(x)) nrutil::poly::poly_msk_rrv ( real(sp), dimension(:), intent(in)  x,
real(sp), dimension(:), intent(in)  coeffs,
logical(lgt), dimension(:), intent(in)  mask 
)

Referenced by nrutil::poly_msk_rrv().

Here is the caller graph for this function:

complex(spc) function nrutil::poly::poly_rc ( complex(spc), intent(in)  x,
real(sp), dimension(:), intent(in)  coeffs 
)

Referenced by nrutil::poly_rc().

Here is the caller graph for this function:

real(sp) function nrutil::poly::poly_rr ( real(sp), intent(in)  x,
real(sp), dimension(:), intent(in)  coeffs 
)

Referenced by nrutil::poly_rr(), and nrutil::poly_rrv().

Here is the caller graph for this function:

real(sp) function, dimension(size(x)) nrutil::poly::poly_rrv ( real(sp), dimension(:), intent(in)  x,
real(sp), dimension(:), intent(in)  coeffs 
)

Referenced by nrutil::poly_msk_rrv(), and nrutil::poly_rrv().

Here is the caller graph for this function:


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