ALPSCore reference
|
Defines a function to rectangularize a vector-of-vectors. More...
#include <vector>
Go to the source code of this file.
Namespaces | |
alps | |
alps::numeric | |
Functions | |
template<typename T > | |
void | alps::numeric::rectangularize (const T &) |
Make sure that vector-of-vectors is a rectangular matrix (generic dummy template) More... | |
template<typename T > | |
void | alps::numeric::rectangularize (std::vector< std::vector< T > > &vec) |
Make sure that vector-of-vectors is a rectangular matrix. More... | |
Defines a function to rectangularize a vector-of-vectors.
Definition in file rectangularize.hpp.