Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

fixedwtregion.h File Reference

NeuralRegion with fixed weights identical for all neurons. More...

#include <assert.h>
#include <algorithm>
#include <vector>
#include <functional>
#include "genericalgs.h"
#include "robj.h"
#include "neuralregion.h"
#include "matrix.h"

Include dependency graph for fixedwtregion.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  FixedWtRegion
struct  FixedWtRegion::Input

Functions

template<classMatrixK, classMatrixI, classMatrixO> void convolve (const MatrixK& kernel, const MatrixI& in, MatrixO& out, const typename MatrixO::value_type size_scale=1.0, const bool overwrite=true)
 Convolves kernel with in and puts the result into out. More...


Detailed Description

NeuralRegion with fixed weights identical for all neurons.

Header:
/u/nn/cvsroot/lissom/src/fixedwtregion.h,v 1.12 2000/06/27 06:40:34 jbednar Exp

Definition in file fixedwtregion.h.


Function Documentation

template<classMatrixK, classMatrixI, classMatrixO>
void convolve ( const MatrixK & kernel,
const MatrixI & in,
MatrixO & out,
const typename MatrixO::value_type size_scale = 1.0,
const bool overwrite = true )
 

Convolves kernel with in and puts the result into out.

Definition at line 27 of file fixedwtregion.h.

Referenced by FixedWtRegion::activate().


Generated at Mon Aug 21 00:30:59 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000