OpenKalman
Namespaces | Functions | Variables
not_complex.hpp File Reference

Definition for values::not_complex. More...

#include "complex.hpp"
#include "value.hpp"
#include "values/functions/to_number.hpp"
#include "values/math/imag.hpp"
Include dependency graph for not_complex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::values
 Definition for values::abs.
 

Functions

template<typename T >
constexpr bool OpenKalman::values::detail::imaginary_part_is_zero ()
 

Variables

template<typename T >
constexpr bool OpenKalman::values::not_complex
 T is a values::value in which either its type is not a values::complex or its imaginary component is 0. More...
 

Detailed Description

Definition for values::not_complex.