lsst.shapelet
20.0.0-1-g04bee24+7c6b12c2f9
|
Go to the documentation of this file.
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 {
68 Eigen::MatrixXd
compute(Eigen::Matrix2d
const & transform,
int order)
const;
97 Eigen::MatrixXd _coeffFwd;
98 Eigen::MatrixXd _coeffInv;
103 #endif // !LSST_AFW_MATH_SHAPELETS_HermiteTransformMatrix
Constants, typedefs, and general-purpose functions for shapelets library.