#include <algorithm>
#include <cassert>
#include <cmath>
#include <numeric>
#include <ostream>
#include <stdexcept>
#include <utility>
#include "core/real_t.h"
#include "core/util/log.h"
#include "core/util/root.h"
Go to the source code of this file.
|
template<class T , std::size_t N> |
std::ostream & | bdm::operator<< (std::ostream &o, const MathArray< T, N > &arr) |
|
template<class T , std::size_t N> |
MathArray< T, N > | bdm::operator* (T const &scalar, MathArray< T, N > array) |
| Template function to multiply array with scalar from the left. More...
|
|