#include <cmath>
#include <algorithm>
Go to the source code of this file.
Functions | |
template<int N, typename Base > | |
_Vector< N, Base > | operator* (Base x, const _Vector< N, Base > &v) |
template<int N, typename Base > | |
std::ostream & | operator<< (std::ostream &os, const _Vector< N, Base > &v) |