Revision ca55eb09bc94977ef711d13e1622b0dea0777fc3 authored by neworderofjamie on 14 January 2020, 10:33:43 UTC, committed by neworderofjamie on 16 February 2020, 19:17:36 UTC
# Conflicts:
#	include/genn/genn/code_generator/generateInit.h
#	include/genn/genn/code_generator/generateNeuronUpdate.h
#	include/genn/genn/code_generator/generateSynapseUpdate.h
#	src/genn/genn/code_generator/generateAll.cc
#	src/genn/genn/code_generator/generateInit.cc
#	src/genn/genn/code_generator/generateNeuronUpdate.cc
#	src/genn/genn/code_generator/generateRunner.cc
#	src/genn/genn/code_generator/generateSynapseUpdate.cc
1 parent 11bd42a
Raw File
00_MainPage.dox
/*--------------------------------------------------------------------------
   Author: Thomas Nowotny
  
   Institute: Center for Computational Neuroscience and Robotics
              University of Sussex
	      Falmer, Brighton BN1 9QJ, UK 
  
   email to:  T.Nowotny@sussex.ac.uk
  
   initial version: 2010-02-07
  
--------------------------------------------------------------------------*/

//----------------------------------------------------------------------------
/*! \mainpage GeNN Documentation

GeNN is a software package to enable neuronal network simulations on
NVIDIA GPUs by code generation. Models are defined in a simple C-style
API and the code for running them on either GPU or CPU hardware is
generated by GeNN. GeNN can also be used through external
interfaces. Currently there are interfaces for \ref SpineML and for [Brian](http://brian2.readthedocs.io) via \ref brian2genn "Brian2GeNN".

GeNN is currently developed and maintained by

[Dr James
Knight](http://www.sussex.ac.uk/informatics/people/peoplelists/person/415734)
([contact James](mailto:J.C.Knight@sussex.ac.uk)) <br />
[James
Turner](http://www.sussex.ac.uk/informatics/people/peoplelists/person/288366)
([contact James](mailto:J.P.Turner@sussex.ac.uk)) <br />
[Prof. Thomas Nowotny](http://www.sussex.ac.uk/informatics/people/peoplelists/person/206151)
([contact Thomas](mailto:T.Nowotny@sussex.ac.uk)) <br />

Project homepage is
http://genn-team.github.io/genn/.

\tableofcontents

The development of GeNN is partially supported by the [EPSRC](http://www.epsrc.ac.uk/)  (grant numbers [EP/P006094/1](http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/P006094/1) - [Brains on Board](http://brainsonboard.co.uk/) and [EP/J019690/1](http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/J019690/1) - [Green Brain Project](http://greenbrainproject.co.uk/)).

\note
This documentation is under construction. If you cannot find what you are looking for, please contact the project developers.

<br />


-----
\link Installation Next \endlink

*/
//----------------------------------------------------------------------------
back to top