OpenKalman
|
the contract_in_place function. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
Functions | |
template<bool on_the_right = true, typename A , typename B > | |
constexpr A && | OpenKalman::contract_in_place (A &&a, B &&b) |
In-place matrix multiplication of A * B, storing the result in A. More... | |
the contract_in_place function.