TBCI Numerical high perf. C++ Library  2.8.0
Public Member Functions | Public Attributes | List of all members
mat_fill_fn< T > Class Template Reference

#include <matrix.h>

Public Member Functions

 mat_fill_fn (T(*f)(const unsigned, const unsigned, void *))
 

Public Attributes

T(* fn )(const unsigned i1, const unsigned i2, void *par)
 

Detailed Description

template<typename T>
class mat_fill_fn< T >

Definition at line 2388 of file matrix.h.

Constructor & Destructor Documentation

template<typename T>
mat_fill_fn< T >::mat_fill_fn ( T(*)(const unsigned, const unsigned, void *)  f)
inline

Definition at line 2391 of file matrix.h.

Member Data Documentation

template<typename T>
T(* mat_fill_fn< T >::fn)(const unsigned i1, const unsigned i2, void *par)

Definition at line 2390 of file matrix.h.

Referenced by do_fill_mat().


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