#include <GaussHermiteProjection.h>
Definition at line 34 of file GaussHermiteProjection.h.
◆ GaussHermiteProjection()
lsst::shapelet::GaussHermiteProjection::GaussHermiteProjection |
( |
int |
maxOrder | ) |
|
|
inlineexplicit |
◆ compute() [1/3]
Compute a matrix that projects from one shapelet basis ellipse to another.
Definition at line 38 of file GaussHermiteProjection.h.
◆ compute() [2/3]
Eigen::MatrixXd lsst::shapelet::GaussHermiteProjection::compute |
( |
Eigen::Matrix2d const & |
inputTransform, |
|
|
int |
inputOrder, |
|
|
Eigen::Matrix2d const & |
outputTransform, |
|
|
int |
outputOrder |
|
) |
| const |
Compute a matrix that projects from one shapelet basis "grid transform" to another.
◆ compute() [3/3]
Compute a matrix that projects from one shapelet basis "grid transform" to another.
Definition at line 49 of file GaussHermiteProjection.h.
◆ getMaxOrder()
int lsst::shapelet::GaussHermiteProjection::getMaxOrder |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: