#include <internal/classes/iomanip.h>
|
std::ostream & | display (std::ostream &os) const override |
| Must be overridden by all derived classes. More...
|
|
template<typename T > |
std::ostream & | display_impl_ (const T &A, std::ostream &os, double chop=qpp::chop) const |
|
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 |
std::ostream& qpp::internal::IOManipEigen::display |
( |
std::ostream & |
os | ) |
const |
|
inlineoverrideprivatevirtual |
Must be overridden by all derived classes.
The actual stream extraction processing is performed by the overriden member function in the derived class. This function is automatically invoked by friend inline std::ostream& operator<<(std::ostream& os, const IDisplay& rhs).
Implements qpp::IDisplay.
cmat qpp::internal::IOManipEigen::A_ |
|
private |
double qpp::internal::IOManipEigen::chop_ |
|
private |
The documentation for this class was generated from the following file: