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<T, use_repr> : public internal::DefaultPrinter<T, use_repr>¶ Note
Should be used to derive from when specializing Printer for matrices.
See also:
Printer,DefaultPrinter
Method Dune::XT::Common::internal::MatrixPrinter::repr¶
-
template<class T, bool use_repr>
void Dune::XT::Common::internal::MatrixPrinter<T, use_repr>::repr(std::ostream &out) const override¶ No documentation provided.
Method Dune::XT::Common::internal::MatrixPrinter::str¶
-
template<class T, bool use_repr>
void Dune::XT::Common::internal::MatrixPrinter<T, use_repr>::str(std::ostream &out) const override¶ No documentation provided.
Constructor Dune::XT::Common::internal::MatrixPrinter::MatrixPrinter<T, use_repr>¶
Field Dune::XT::Common::internal::MatrixPrinter::class_name¶
-
const std::string Dune::XT::Common::internal::MatrixPrinter::class_name¶
No documentation provided.
Type alias Dune::XT::Common::internal::MatrixPrinter::M¶
-
type Dune::XT::Common::internal::MatrixPrinter::M¶
No documentation provided.