Alternative version of Eigen::CommaInitializer for Covariance and SquareRootCovariance.
More...
#include <eigen-comma-initializers.hpp>
|
|
template<typename S , std::enable_if_t< stdex::convertible_to< S, Scalar >, int > = 0> |
| | CovarianceCommaInitializer (CovarianceType &xpr, const S &s) |
| |
|
template<typename OtherDerived > |
| | CovarianceCommaInitializer (CovarianceType &xpr, const DenseBase< OtherDerived > &other) |
| |
|
| CovarianceCommaInitializer (const CovarianceCommaInitializer &o) |
| |
|
| CovarianceCommaInitializer (CovarianceCommaInitializer &&o) |
| |
|
template<typename S , std::enable_if_t< std::is_convertible_v< S, Scalar >, int > = 0> |
| auto & | operator, (const S &s) |
| |
|
template<typename OtherDerived > |
| auto & | operator, (const DenseBase< OtherDerived > &other) |
| |
|
auto & | finished () |
| |
|
|
NestedMatrix | matrix |
| |
|
Nested | comma_initializer |
| |
|
CovarianceType & | cov |
| |
|
|
static constexpr auto | layout = OpenKalman::layout_of_v<CovNest> |
| |
template<typename CovarianceType>
struct Eigen::CovarianceCommaInitializer< CovarianceType >
Alternative version of Eigen::CommaInitializer for Covariance and SquareRootCovariance.
The documentation for this struct was generated from the following file: