|
OpenKalman
|
Definition for rank_update_hermitian function. More...
Go to the source code of this file.
Namespaces | |
| OpenKalman | |
| The root namespace for OpenKalman. | |
Functions | |
| template<typename A , typename U , std::enable_if_t< indexible< U > and hermitian_matrix< A, applicability::permitted > and dimension_size_of_index_is< U, 0, index_dimension_of< A, 0 >::value, applicability::permitted > and dimension_size_of_index_is< U, 0, index_dimension_of< A, 1 >::value, applicability::permitted > and stdex::convertible_to< typename scalar_type_of< U >::type, const typename scalar_type_of< A >::type >, int > = 0> | |
| decltype(auto) | OpenKalman::rank_update_hermitian (A &&a, U &&u, scalar_type_of_t< A > alpha=1) |
| Do a rank update on a hermitian matrix. More... | |
Definition for rank_update_hermitian function.
1.8.13