plll
1.0
|
Memory management for matrix and vector operations. More...
#include <cassert>
#include <cstddef>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | plll::linalg::storage_traits< T > |
Provides means to allocate, reallocate and release (linear) arrays of objects of type T. More... | |
Namespaces | |
plll | |
Contains the plll library. | |
plll::linalg | |
Contains the matrix and vector library as long as other linear algebra functionality. | |
Memory management for matrix and vector operations.
This header provides memory management traits (plll::linalg::storage_traits<>
template) for the matrix and vector templates in matrix.hpp
.
Note that by modifying this header, one can switch between different memory managers for the default plll::linalg::storage_traits<>
traits. One can choose between
Definition in file matrix-mem.hpp.