C:/SPA/projekt/implementace Cell/NeuralGas_SPU/NeuralGas_SPU.h File Reference

#include "../NeuralGas_Shared.h"

Functions

int computeNeuralGas_PPU (NeuralGas_InputData *input, Vertex *inputCache, int inputCacheSize, Neuron *neuronCache, int neuronCacheSize)

Function Documentation

int computeNeuralGas_PPU ( NeuralGas_InputData input,
Vertex inputCache,
int  inputCacheSize,
Neuron neuronCache,
int  neuronCacheSize 
)

Runs neural gas algorithm computation.

Parameters:
input NeuralGas_InputData structure.
inputCache Pointer to array that will be used as cache for input vertices.
inputCacheSize Input cache size. neuronCache Pointer to array that will be used as cache for neurons.
neuronCacheSize Neuron cache size.


Generated on Mon May 21 15:13:54 2007 by  doxygen 1.5.2