OpenKalman
Namespaces | Functions
contract.hpp File Reference

The contract function. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman
 The root namespace for OpenKalman.
 
 OpenKalman::detail
 T is an acceptable noise perturbation input to a tests.
 

Functions

template<typename A , typename B >
decltype(auto) constexpr OpenKalman::contract (A &&a, B &&b)
 Matrix multiplication of A * B.
 

Detailed Description

The contract function.