MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
math::algo::foreach_matrix_mult< M, V > Struct Template Reference

for-each functor: matrix-vector multiplication. More...

#include <algo.h>

Public Member Functions

 foreach_matrix_mult (M const &matrix)
 
void operator() (V &vec)
 

Public Attributes

mat
 

Detailed Description

template<typename M, typename V>
struct math::algo::foreach_matrix_mult< M, V >

for-each functor: matrix-vector multiplication.

Definition at line 267 of file algo.h.

Constructor & Destructor Documentation

◆ foreach_matrix_mult()

template<typename M , typename V >
math::algo::foreach_matrix_mult< M, V >::foreach_matrix_mult ( M const &  matrix)
inline

Definition at line 270 of file algo.h.

Member Function Documentation

◆ operator()()

template<typename M , typename V >
void math::algo::foreach_matrix_mult< M, V >::operator() ( V &  vec)
inline

Definition at line 271 of file algo.h.

Member Data Documentation

◆ mat

template<typename M , typename V >
M math::algo::foreach_matrix_mult< M, V >::mat

Definition at line 269 of file algo.h.


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