Alternative version of Eigen::CommaInitializer for Mean.
More...
#include <eigen-comma-initializers.hpp>
|
|
using | Base = CommaInitializer< XprType > |
| |
|
using | Scalar = OpenKalman::scalar_type_of_t< XprType > |
| |
|
using | StaticDescriptor = OpenKalman::vector_space_descriptor_of_t< Derived, 0 > |
| |
|
|
template<typename S , std::enable_if_t< stdex::convertible_to< S, Scalar >, int > = 0> |
| | MeanCommaInitializer (XprType &xpr, const S &s) |
| |
|
template<typename OtherDerived > |
| | MeanCommaInitializer (XprType &xpr, const DenseBase< OtherDerived > &other) |
| |
|
auto & | finished () |
| |
template<typename Derived, typename XprType>
struct Eigen::MeanCommaInitializer< Derived, XprType >
Alternative version of Eigen::CommaInitializer for Mean.
The documentation for this struct was generated from the following file: