#include <resol_basisfn.h>
Public Member Functions | |
BasisFn_expcubic () | |
constructor | |
const BasisFn_base::Fderiv & | fderiv_s (const ftype &s, const std::vector< ftype > ¶ms) const |
the derivatives of the resolution function w.r.t. the parameters | |
const BasisFn_base::Fderiv & | fderiv (const HKL &hkl, const Cell &cell, const std::vector< ftype > ¶ms) const |
the value of the resolution function (override for speed) |
This class provides a Expcubic basis function.
const BasisFn_base::Fderiv& clipper::BasisFn_expcubic::fderiv | ( | const HKL & | hkl, | |
const Cell & | cell, | |||
const std::vector< ftype > & | params | |||
) | const [inline, virtual] |
the value of the resolution function (override for speed)
the derivatives of the resolution function w.r.t. the parameters
Implements clipper::BasisFn_base.