Spiking Neuron Network Simulator  1.0
Simulation and training of spiking neuron networks, primarily theta neurons
 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 }
MatrixException(string message)
Creates a new instance of the matrix exception