The type of a non-uniform 1D spline basis (B-spline). More...
#include <bsplines_non_uniform.hpp>


Classes | |
| class | Impl |
| Storage class of the static attributes of the discrete dimension. More... | |
Public Types | |
| using | continuous_dimension_type = CDim |
| The tag identifying the continuous dimension on which the support of the B-splines are defined. | |
| using | discrete_dimension_type = NonUniformBSplines |
| The discrete dimension identifying B-splines. | |
Static Public Member Functions | |
| static constexpr std::size_t | degree () noexcept |
| The degree of B-splines. | |
| static constexpr bool | is_periodic () noexcept |
| Indicates if the B-splines are periodic or not. | |
| static constexpr bool | is_uniform () noexcept |
| Indicates if the B-splines are uniform or not (this is not the case here). | |
The type of a non-uniform 1D spline basis (B-spline).
Knots for non-uniform B-splines are non-uniformly distributed (no assumption is made on the uniformity of their distribution, the associated discrete dimension is a NonUniformPointSampling).
| CDim | The tag identifying the continuous dimension on which the support of the B-spline functions are defined. |
| D | The degree of the B-splines. |
Definition at line 41 of file bsplines_non_uniform.hpp.
| using ddc::NonUniformBSplines< CDim, D >::continuous_dimension_type = CDim |
The tag identifying the continuous dimension on which the support of the B-splines are defined.
Definition at line 47 of file bsplines_non_uniform.hpp.
| using ddc::NonUniformBSplines< CDim, D >::discrete_dimension_type = NonUniformBSplines |
The discrete dimension identifying B-splines.
Definition at line 50 of file bsplines_non_uniform.hpp.
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
Indicates if the B-splines are periodic or not.
Definition at line 65 of file bsplines_non_uniform.hpp.
|
inlinestaticconstexprnoexcept |
Indicates if the B-splines are uniform or not (this is not the case here).
Definition at line 74 of file bsplines_non_uniform.hpp.