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

Index formatter: takes matrix and index, returns string. More...

Public Member Functions

string operator() (Mat &mat, int i) const
 

Detailed Description

template<class Mat>
struct TestIndexFormatter< Mat >

Index formatter: takes matrix and index, returns string.

Definition at line 362 of file latex_floyd_test.cc.

Member Function Documentation

◆ operator()()

template<class Mat >
string TestIndexFormatter< Mat >::operator() ( Mat mat,
int  i 
) const
inline

Definition at line 364 of file latex_floyd_test.cc.

References Aleph::to_string().


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