MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::MatVecHelp::ApplyAliasHelperMatrix< false > Struct Template Reference

#include <matvec.h>

Static Public Member Functions

template<typename MatrixType , typename Func , typename Expression >
static void ApplyMatrixFunc (MatrixType &A, const Expression &B, const Func &f)
 

Detailed Description

template<>
struct grad::MatVecHelp::ApplyAliasHelperMatrix< false >

Definition at line 534 of file matvec.h.

Member Function Documentation

template<typename MatrixType , typename Func , typename Expression >
static void grad::MatVecHelp::ApplyAliasHelperMatrix< false >::ApplyMatrixFunc ( MatrixType &  A,
const Expression B,
const Func &  f 
)
inlinestatic

Definition at line 536 of file matvec.h.

536  {
537  A.ApplyMatrixFuncNoAlias(B, f);
538  }

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