OpenKalman
Classes | List of all members
OpenKalman::LinearTransform Class Reference

A linear tests from one statistical distribution to another. More...

#include <LinearTransform.hpp>

Inheritance diagram for OpenKalman::LinearTransform:
Inheritance graph
[legend]
Collaboration diagram for OpenKalman::LinearTransform:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from OpenKalman::internal::LinearTransformBase< LinearTransform >
auto operator() (const InputDist &x, const Ts &...ts) const
 Perform one or more consecutive linear(ized) transforms. More...
 
auto operator() (const InputDist &x, const Trans &g, const NoiseDists &...ns) const
 Perform a linear(ized) transform from one statistical distribution to another. More...
 
auto transform_with_cross_covariance (const InputDist &x, const Ts &...ts) const
 Perform one or more consecutive linear(ized) transforms, also returning the cross-covariance. More...
 
auto transform_with_cross_covariance (const InputDist &x, const Trans &g, const NoiseDists &...ns) const
 Perform a linear(ized) transform, also returning the cross-covariance. More...
 
- Public Member Functions inherited from OpenKalman::internal::TransformBase< LinearTransform >
auto operator() (const InputDist &x, const T &t, const Ts &...ts) const
 Perform one or more consecutive transforms. More...
 
auto transform_with_cross_covariance (const InputDist &x, const T &t, const Ts &...ts) const
 Perform one or more consecutive transforms, also returning the cross-covariance. More...
 

Detailed Description

A linear tests from one statistical distribution to another.


The documentation for this class was generated from the following file: