lsst.shapelet
21.0.0+8829bf0056
|
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.