TBCI Numerical high perf. C++ Library 2.8.0
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

◆ mat_fill_fn()

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

Definition at line 2391 of file matrix.h.

References fn, and T.

Member Data Documentation

◆ fn

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(), and mat_fill_fn().


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