Elementary functions Library

Purpose

The efl library provides a common interface for arithmetic functions commonly used in DSP. These are mainly vector and matrix arithmethic functions. These

Numeric container classes

Arithmetic functions

template <typename T>
ErrorCode visr::efl::vectorCopy(T const *const source, T *const dest, std::size_t numElements, std::size_t alignment)