Spiking Neuron Network Simulator
1.0
Simulation and training of spiking neuron networks, primarily theta neurons
Main Page
Related Pages
Packages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Pages
MatrixException.cs
Go to the documentation of this file.
1
namespace
SpikingNeuronNetwork.Lib
2
{
3
using
System;
4
8
public
class
MatrixException
: Exception
9
{
14
public
MatrixException
(
string
message)
15
: base(message)
16
{
17
}
18
}
19
}
SpikingNeuronNetwork.Lib.MatrixException
Matrix Exception Class
Definition:
MatrixException.cs:8
SpikingNeuronNetwork.Lib.MatrixException.MatrixException
MatrixException(string message)
Creates a new instance of the matrix exception
Definition:
MatrixException.cs:14
Visual Studio 2012
Projects
ThetaNeuron
ThetaNeuron
SpikingNeuronNetwork.Lib
MatrixException.cs
Generated on Thu Apr 24 2014 16:33:46 for Spiking Neuron Network Simulator by
1.8.7