BSplinebasis
|
Multiplicative identity operator. More...
#include <GenericOperators.h>
Public Member Functions | |
template<typename T , size_t size> | |
std::array< T, size > | transform (const std::array< T, size > &input, const support::Grid< T > &grid, size_t intervalIndex) const |
Applies operator on one interval. | |
Static Public Member Functions | |
static constexpr size_t | outputOrder (size_t inputOrder) |
Order of the resulting Spline. | |
Multiplicative identity operator.
Represents the identity operator.
|
inline |
Applies operator on one interval.
Applies the operator to a set of coefficients (representing a polynomial on one interval).
input | The polynomial coefficients. |
grid | The global grid with respect to which the splines are defined. |
intervalIndex | The index of the begin of the interval with respect to the global grid. |
T | The datatype of the coefficients. |
size | The size of the array, i. e. the number of coefficients. |