Clipper
|
simple Expcubic basis function More...
#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) |
simple Expcubic basis function
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.
References fderiv_s(), and clipper::HKL::invresolsq().