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

Path formatter: takes matrix, i, j indices, returns formatted entry. More...

Public Member Functions

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

Detailed Description

template<class Mat>
struct TestPathFormatter< Mat >

Path formatter: takes matrix, i, j indices, returns formatted entry.

Definition at line 372 of file latex_floyd_test.cc.

Member Function Documentation

◆ operator()()

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

Definition at line 374 of file latex_floyd_test.cc.

References Aleph::to_string().


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