MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions
LinAlg::op_div_sc Class Reference

#include <laexpr.h>

List of all members.

Static Public Member Functions

template<class t_sc , class t_exp , class t_res >
static t_res & Apply (t_sc const &A, t_exp const &B, t_res &R)
template<class t_sc1 , class t_sc2 , class t_exp , class t_res >
static t_res & Apply (t_sc1 const &A, exp_bin< t_sc2, t_exp, op_prod_sc, t_res > const &B, t_res &R)
template<class t_sc1 , class t_sc2 , class t_exp , class t_res >
static t_res & Apply (t_sc1 const &A, exp_bin< t_sc2, t_exp, op_div_sc, t_res > const &B, t_res &R)

Member Function Documentation

template<class t_sc , class t_exp , class t_res >
static t_res& LinAlg::op_div_sc::Apply ( t_sc const &  A,
t_exp const &  B,
t_res &  R 
) [inline, static]
template<class t_sc1 , class t_sc2 , class t_exp , class t_res >
static t_res& LinAlg::op_div_sc::Apply ( t_sc1 const &  A,
exp_bin< t_sc2, t_exp, op_prod_sc, t_res > const &  B,
t_res &  R 
) [inline, static]
template<class t_sc1 , class t_sc2 , class t_exp , class t_res >
static t_res& LinAlg::op_div_sc::Apply ( t_sc1 const &  A,
exp_bin< t_sc2, t_exp, op_div_sc, t_res > const &  B,
t_res &  R 
) [inline, static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines