24#ifndef LSST_AFW_MATH_SHAPELETS_HermiteTransformMatrix
25#define LSST_AFW_MATH_SHAPELETS_HermiteTransformMatrix
32namespace lsst {
namespace shapelet {
58 Eigen::MatrixXd
compute(Eigen::Matrix2d
const & transform)
const {
68 Eigen::MatrixXd
compute(Eigen::Matrix2d
const & transform,
int order)
const;
97 Eigen::MatrixXd _coeffFwd;
98 Eigen::MatrixXd _coeffInv;
Constants, typedefs, and general-purpose functions for shapelets library.