|
OpenKalman
|
An expression that transforms vector space descriptors into Euclidean space for application of directional statistics. More...
#include <forward-class-declarations.hpp>


Public Member Functions | |
| template<bool Enable = true, std::enable_if_t< Enable and stdex::default_initializable< Base >, int > = 0> | |
| constexpr | ToEuclideanExpr () |
| Default constructor. | |
| template<typename Arg , std::enable_if_t< indexible< Arg > and stdex::constructible_from< NestedObject, Arg &&>, int > = 0> | |
| ToEuclideanExpr (Arg &&arg) | |
| Construct from compatible indexible object. | |
| template<typename Arg > | |
| auto & | operator= (Arg &&arg) |
| Assign from a compatible indexible object. | |
Public Member Functions inherited from OpenKalman::internal::AdapterBase< ToEuclideanExpr< NestedObject >, NestedObject > | |
| constexpr | AdapterBase ()=default |
| Default constructor. | |
| constexpr | AdapterBase (Arg &&arg) |
| Construct from the nested type. | |
| constexpr NestedObject & | nested_object () & |
| Get the nested object. | |
| constexpr const NestedObject & | nested_object () const & |
| constexpr NestedObject && | nested_object () && |
| constexpr const NestedObject && | nested_object () const && |
An expression that transforms vector space descriptors into Euclidean space for application of directional statistics.
This is the counterpart expression to FromEuclideanExpr.
| NestedObject | The pre-transformed column vector, or set of column vectors in the form of a matrix. |
1.8.13