|
OpenKalman
|
Definitions for constant_adapter. More...
#include "coordinates/coordinates.hpp"#include "linear-algebra/concepts/indexible.hpp"#include "linear-algebra/concepts/constant_object.hpp"#include "linear-algebra/concepts/index_collection_for.hpp"#include "linear-algebra/traits/internal/library_base.hpp"#include "linear-algebra/traits/element_type_of.hpp"#include "linear-algebra/traits/constant_value.hpp"#include "linear-algebra/traits/get_pattern_collection.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::constant_adapter< Value, Shape > |
| A tensor or other matrix in which all elements are a constant value. More... | |
| struct | OpenKalman::interface::object_traits< constant_adapter< PatternMatrix, Scalar, constant... > > |
| struct | OpenKalman::interface::library_interface< constant_adapter< PatternMatrix, Scalar, constant... > > |
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
Typedefs | |
| template<typename Shape , typename N = element_type_of_t<Shape>> | |
| using | OpenKalman::zero_adapter = constant_adapter< values::fixed_value< N, 0 >, Shape > |
| A constant_adapter in which all elements are 0. More... | |
Definitions for constant_adapter.
1.8.13