lsst.geom g3f8e1907dc+353a89de06
|
A workspace object that can be used to avoid extra memory allocations in repeated calls to PackedBasis2d methods. More...
#include <PackedBasis2d.h>
Public Member Functions | |
PackedBasisWorkspace2d (std::size_t order) | |
Construct workspace for a basis with the given order. More... | |
std::size_t | getOrder () const |
Return the maximum order this workspace supports. More... | |
Friends | |
template<typename Recurrence , PackingOrder packing> | |
class | PackedBasis2d |
A workspace object that can be used to avoid extra memory allocations in repeated calls to PackedBasis2d methods.
Definition at line 40 of file PackedBasis2d.h.
|
inlineexplicit |
Construct workspace for a basis with the given order.
Definition at line 44 of file PackedBasis2d.h.
|
inline |
Return the maximum order this workspace supports.
Definition at line 47 of file PackedBasis2d.h.
|
friend |
Definition at line 52 of file PackedBasis2d.h.