void transposeMap

( int nMap, int nTo, int nFrom, char* map,
  double* distanceMap )

For recurrent connections: after the maps have been coordinated, the second map must be trasposed so the source cells form the columns and destination cells form the rows

Documentation

For recurrent connections: after the maps have been coordinated, the second map must be trasposed so the source cells form the columns and destination cells form the rows

Parameters:
nMap - The number of elements in the matrix
nTo - The number of destination cells
nFrom - The number of source cells
map - The connection map
distanceMap - The distances between connected cells

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.