OpenKalman
Functions
set_triangle.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<TriangleType t, typename A , typename B >
constexpr A && OpenKalman::internal::set_triangle (A &&a, B &&b)
 
template<typename A , typename B , std::enable_if_t< indexible< A > and vector_space_descriptors_may_match_with< B, A > and(triangular_matrix< A > or triangular_matrix< B >) and(triangle_type_of< A, B >::value !=TriangleType::any or triangle_type_of< A >::value==TriangleType::any or triangle_type_of< B >::value==TriangleType::any), int > = 0>
decltype(auto) constexpr OpenKalman::internal::set_triangle (A &&a, B &&b)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.