|
guanaqo
1.0.0-alpha.26
Utilities for scientific software
|
Classes | |
| struct | lut |
| struct | lut< N, Ns... > |
| struct | lut< Arr, Ns... > |
| struct | lut<> |
| struct | dummy |
| Unused unique type tag for template specializations that were rejected because some types were not distinct. More... | |
| struct | required_function |
| struct | required_function< R(Args...)> |
| struct | required_function< R(Args...) const > |
| struct | optional_function |
| struct | optional_function< R(Args...), VTable > |
| struct | optional_function< R(Args...) const, VTable > |
| struct | Launderer |
Functions | |
| template<class Derived, class I> | |
| auto | as_view_impl (auto &M) |
| template<class T> | |
| std::ostream & | print_csv_impl (std::ostream &os, PrintMatrixView< const T > M, PrintOpts opts) |
| template<class T> | |
| std::ostream & | print_matlab_impl (std::ostream &os, PrintMatrixView< const T > M, std::string_view end) |
| template<class T> | |
| std::ostream & | print_python_impl (std::ostream &os, PrintMatrixView< const T > M, std::string_view end, bool squeeze) |
| template<class A, class... Bs> | |
| constexpr bool | any_is_same () |
Check if A is equal to any of Bs. | |
Variables | |
| template<Eigen::Index R> | |
| constexpr auto | to_std_extent |
| template<size_t E> | |
| constexpr auto | to_eigen_extent |
| struct guanaqo::detail::lut |
| struct guanaqo::detail::dummy |
| struct guanaqo::detail::required_function |
| struct guanaqo::detail::optional_function |
| auto guanaqo::detail::as_view_impl | ( | auto & | M | ) |
| std::ostream & guanaqo::detail::print_csv_impl | ( | std::ostream & | os, |
| PrintMatrixView< const T > | M, | ||
| PrintOpts | opts ) |
| std::ostream & guanaqo::detail::print_matlab_impl | ( | std::ostream & | os, |
| PrintMatrixView< const T > | M, | ||
| std::string_view | end ) |
| std::ostream & guanaqo::detail::print_python_impl | ( | std::ostream & | os, |
| PrintMatrixView< const T > | M, | ||
| std::string_view | end, | ||
| bool | squeeze ) |
|
constexpr |
Check if A is equal to any of Bs.
Definition at line 14 of file possible-alias.hpp.
|
constexpr |