Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Default_Entry_Formatter< Mat > Struct Template Reference

Default entry formatter. More...

#include <mat_latex.H>

Public Member Functions

std::string operator() (Mat &mat, long i, long j) const
 

Detailed Description

template<typename Mat>
struct Aleph::Default_Entry_Formatter< Mat >

Default entry formatter.

Formats matrix entries using stream insertion operator. Requires Mat::Entry_Type to be streamable.

Template Parameters
MatMatrix type with Entry_Type typedef

Definition at line 249 of file mat_latex.H.

Member Function Documentation

◆ operator()()

template<typename Mat >
std::string Aleph::Default_Entry_Formatter< Mat >::operator() ( Mat mat,
long  i,
long  j 
) const
inline

Definition at line 251 of file mat_latex.H.

References Aleph::maps().


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