|
MCL
A C++ library mirroring some of the most common Matlab functions.
|
#include "firfilter.h"#include "vectorop.h"#include "mcltypes.h"#include <vector>#include <numeric>#include <functional>Namespaces | |
| namespace | mcl |
Macros | |
| #define | ALIGNED(n) __attribute__ ((aligned (n))) |
| #define | UNLIKELY(x) __builtin_expect(x, false) |
| #define ALIGNED | ( | n | ) | __attribute__ ((aligned (n))) |
| #define UNLIKELY | ( | x | ) | __builtin_expect(x, false) |
1.8.2