|
fitpack
Modern Fortran library for curve and surface fitting with splines
|
A point in dims-dimensional space.
More...
#include <fpPoint.hpp>

Public Member Functions | |
| constexpr FP_REAL & | operator[] (FP_SIZE i) |
| constexpr const FP_REAL & | operator[] (FP_SIZE i) const |
| constexpr FP_SIZE | size () const |
| constexpr FP_REAL * | data () |
| constexpr const FP_REAL * | data () const |
| constexpr FP_REAL * | begin () |
| constexpr FP_REAL * | end () |
| constexpr const FP_REAL * | begin () const |
| constexpr const FP_REAL * | end () const |
| constexpr const FP_REAL * | cbegin () const |
| constexpr const FP_REAL * | cend () const |
| constexpr FP_REAL & | x () |
| constexpr FP_REAL & | y () |
| constexpr FP_REAL & | z () |
| constexpr const FP_REAL & | x () const |
| constexpr const FP_REAL & | y () const |
| constexpr const FP_REAL & | z () const |
Public Attributes | |
| std::array< FP_REAL, dims > | coord |
| Coordinates, in the same order as the Fortran leading dimension. | |
A point in dims-dimensional space.
Aggregate-initializable with brace elision: fpPoint<3> p{1.0, 2.0, 3.0};
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
| std::array<FP_REAL, dims> fpPoint< dims >::coord |
Coordinates, in the same order as the Fortran leading dimension.