TBTK
|
Need a break? Support the development by playing Polarity Puzzles |
N-dimensional vector with components of double type. More...
#include "TBTK/CArray.h"
#include "TBTK/TBTKMacros.h"
#include <cmath>
#include <initializer_list>
#include <ostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | TBTK::VectorNd |
Functions | |
const VectorNd | TBTK::operator* (double lhs, const VectorNd &rhs) |
std::ostream & | TBTK::operator<< (std::ostream &stream, const VectorNd &v) |
N-dimensional vector with components of double type.
|
inline |
Multiplication operator (scalar*vector).
|
inline |
operator<< for ostream.