|
Mundy: Multibody Nonlocal Dynamics Version of the Day
|
Classes | |
| class | mundy::Array< T, N > |
| A simplistic array type with a fixed size and type. More... | |
Namespaces | |
| namespace | mundy |
Functions | |
| template<typename Func, typename T, size_t N> | |
| constexpr auto | mundy::apply (Func &&func, const Array< T, N > &array) |
| Apply a function to each element of an array. | |
| template<typename T, size_t N> | |
| std::ostream & | mundy::operator<< (std::ostream &os, const Array< T, N > &a) |
| Write the array to an output stream. | |