latest version v1.9 - last update 10 Apr 2010 |
alias with standard LTI-Lib interface for mask-algebraicSum member of the maskFunctor More...
#include <ltiMaskFunctors.h>
Public Member Functions | |
bool | apply (const matrix< T > &m1, matrix< T > &m2) |
bool | apply (const matrix< T > &m1, const matrix< T > &m2, matrix< T > &result) |
alias with standard LTI-Lib interface for mask-algebraicSum member of the maskFunctor
bool lti::maskAlgebraicSum< T >::apply | ( | const matrix< T > & | m1, | |
const matrix< T > & | m2, | |||
matrix< T > & | result | |||
) | [inline] |
apply on copy (see also lti::maskFunctor::algebraicSum())
References lti::maskFunctor< T >::algebraicSum().
bool lti::maskAlgebraicSum< T >::apply | ( | const matrix< T > & | m1, | |
matrix< T > & | m2 | |||
) | [inline] |
apply on place (see also lti::maskFunctor::algebraicSum())
References lti::maskFunctor< T >::algebraicSum().