Quantum++  v0.7
C++11 quantum computing library
qpp::internal::IOManipEigen Class Reference

#include <internal/classes/iomanip.h>

Public Member Functions

template<typename Derived >
 IOManipEigen (const Eigen::MatrixBase< Derived > &A, double chop=qpp::chop)
 
 IOManipEigen (const cplx z, double chop=qpp::chop)
 

Friends

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &os, const IOManipEigen &rhs)
 

Constructor & Destructor Documentation

template<typename Derived >
qpp::internal::IOManipEigen::IOManipEigen ( const Eigen::MatrixBase< Derived > &  A,
double  chop = qpp::chop 
)
inlineexplicit
qpp::internal::IOManipEigen::IOManipEigen ( const cplx  z,
double  chop = qpp::chop 
)
inlineexplicit

Friends And Related Function Documentation

template<typename charT , typename traits >
std::basic_ostream<charT, traits>& operator<< ( std::basic_ostream< charT, traits > &  os,
const IOManipEigen rhs 
)
friend

The documentation for this class was generated from the following file: