24 #ifndef LSST_AFW_MATH_SHAPELETS_HermiteTransformMatrix 25 #define LSST_AFW_MATH_SHAPELETS_HermiteTransformMatrix 32 namespace lsst {
namespace shapelet {
58 Eigen::MatrixXd
compute(Eigen::Matrix2d
const & transform)
const {
59 return compute(transform, _order);
63 Eigen::MatrixXd
compute(afw::geom::LinearTransform
const & transform)
const {
64 return compute(transform.getMatrix(), _order);
71 Eigen::MatrixXd
compute(afw::geom::LinearTransform
const & transform,
int order)
const {
72 return compute(transform.getMatrix(), order);
97 Eigen::MatrixXd _coeffFwd;
98 Eigen::MatrixXd _coeffInv;
103 #endif // !LSST_AFW_MATH_SHAPELETS_HermiteTransformMatrix
Constants, typedefs, and general-purpose functions for shapelets library.
table::Key< int > transform