ACT-CV - Machine Vision for Cognitive Modeling
Public Types | Static Public Member Functions | List of all members
SquareOperation< _t > Class Template Reference

how to square something More...

#include <DMatrix.h>

Inheritance diagram for SquareOperation< _t >:
Inheritance graph
Collaboration diagram for SquareOperation< _t >:
Collaboration graph

Public Types

typedef _t sq_t
 

Static Public Member Functions

static sq_t square (const _t &x)
 

Detailed Description

template<class _t>
class SquareOperation< _t >

how to square something

if you want to use Var with matrices, you have to add an appropriate SquareOperation, everything else will be fine.

Definition at line 249 of file DMatrix.h.

Member Typedef Documentation

template<class _t>
typedef _t SquareOperation< _t >::sq_t

Definition at line 145 of file statistiken.h.

Member Function Documentation

template<class _t>
static sq_t SquareOperation< _t >::square ( const _t &  x)
static

Definition at line 147 of file statistiken.h.

Referenced by Var< double >::add(), and Var< double >::get_var().


The documentation for this class was generated from the following files:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)