OpenKalman
Public Types | Public Member Functions | List of all members
Eigen::MeanCommaInitializer< Derived, XprType > Struct Template Reference

Alternative version of Eigen::CommaInitializer for Mean. More...

#include <eigen-comma-initializers.hpp>

Inheritance diagram for Eigen::MeanCommaInitializer< Derived, XprType >:
Inheritance graph
[legend]
Collaboration diagram for Eigen::MeanCommaInitializer< Derived, XprType >:
Collaboration graph
[legend]

Public Types

using Base = CommaInitializer< XprType >
 
using Scalar = OpenKalman::scalar_type_of_t< XprType >
 
using StaticDescriptor = OpenKalman::vector_space_descriptor_of_t< Derived, 0 >
 

Public Member Functions

template<typename S , std::enable_if_t< std::is_convertible_v< S, Scalar >, int > = 0>
 MeanCommaInitializer (XprType &xpr, const S &s)
 
template<typename OtherDerived >
 MeanCommaInitializer (XprType &xpr, const DenseBase< OtherDerived > &other)
 
auto & finished ()
 

Detailed Description

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: