Class template Dune::XT::Common::internal::MatrixPrinter

Inherits from Dune::XT::Common::internal::DefaultPrinter.

template<class T, bool use_repr>
class Dune::XT::Common::internal::MatrixPrinter : public internal::DefaultPrinter<T, use_repr>

Note

Should be used to derive from when specializing Printer for matrices.

See also: Printer, DefaultPrinter

void Dune::XT::Common::internal::MatrixPrinter::repr(std::ostream &out) const override

No documentation provided.

void Dune::XT::Common::internal::MatrixPrinter::str(std::ostream &out) const override

No documentation provided.

template<>
Dune::XT::Common::internal::MatrixPrinter::MatrixPrinter<T, use_repr>(const T &val, const Configuration &cfg = {}, std::string clss_nm = Typename<T>::value())

No documentation provided.

const std::string Dune::XT::Common::internal::MatrixPrinter::class_name

No documentation provided.

type Dune::XT::Common::internal::MatrixPrinter::M

No documentation provided.