TBTK
Need a break? Support the development by playing Polarity Puzzles
VectorNd.h File Reference

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)
 

Detailed Description

N-dimensional vector with components of double type.

Author
Kristofer Björnson

Function Documentation

◆ operator*()

const VectorNd TBTK::operator* ( double  lhs,
const VectorNd rhs 
)
inline

Multiplication operator (scalar*vector).

◆ operator<<()

std::ostream& TBTK::operator<< ( std::ostream &  stream,
const VectorNd v 
)
inline

operator<< for ostream.