#include <evaluations.hpp>
|
static M< R, N, C > | apply (const M< F< R(A)>, N, C > &mf, const A &arg) |
|
template<template< typename... > class G_in = std::vector, template< typename... > class G_out = G_in> |
static G_out< M< R, N, C > > | in_grid (const M< F< R(A)>, N, C > &mf, G_in< A > g) |
|
template<int N, int C, template< typename, int, int > class M, class A , class R , template< typename... > class F = std::function>
static M<R, N, C> waveblocks::utilities::FunctionMatrixEvaluator< N, C, M, A, R, F >::apply |
( |
const M< F< R(A)>, N, C > & |
mf, |
|
|
const A & |
arg |
|
) |
| |
|
inlinestatic |
template<int N, int C, template< typename, int, int > class M, class A , class R , template< typename... > class F = std::function>
template<template< typename... > class G_in = std::vector, template< typename... > class G_out = G_in>
static G_out<M<R, N, C> > waveblocks::utilities::FunctionMatrixEvaluator< N, C, M, A, R, F >::in_grid |
( |
const M< F< R(A)>, N, C > & |
mf, |
|
|
G_in< A > |
g |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: