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);
97 Eigen::MatrixXd _coeffFwd;
98 Eigen::MatrixXd _coeffInv;
103 #endif // !LSST_AFW_MATH_SHAPELETS_HermiteTransformMatrix
Constants, typedefs, and general-purpose functions for shapelets library.