#include <algorithm>#include <initializer_list>#include <cstdlib>#include <new>#include <type_traits>#include "typedefs.hpp"#include "assert.hpp"Go to the source code of this file.
Classes | |
| struct | belfem::is_shift_register_safe< T > |
| Type trait: may T be stored in a ShiftRegister? More... | |
| struct | belfem::is_shift_register_safe< Vector< T > > |
| struct | belfem::is_shift_register_safe< Matrix< T > > |
| class | belfem::ShiftRegister< T > |
| Fixed-capacity FIFO with history, for time-stepping. More... | |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |