nns.c  1.0.1
Nanowire Network simulator
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  headers
  device
 component.hDefines the structure and operations for connected components in a Nanowire Network
 datasheet.hDefines the structure and comparison function for a device's datasheet
 junction.hDefines the structure and comparison function for nanowire junctions
 network.hDefines the structures and functions used to model and simulate the topology and electrical state of a Nanowire Network
 wire.hDefines the ‘wire’ structure and a function for comparing wires by length
  interface
 connection.hDefines the enumeration for the possible connection states of an electrode to a specific nanowire in a Nanowire Network
 interface.hDefines the structure of the nanowire-network device interface to the external world
 mea.hDefines the Micro-Electrode Array (MEA) structure and related functions
  io
 deserializer.hDefines deserialization functions for all the data structures of the library
 serializer.hProvides functions to serialize various components of a nanowire network
  stimulator
 mna.hDefines functions to perform voltage stimulation on a Nanowire Network using the Modified Nodal Analysis (MNA) algorithm
 update.hDefines the update_conductance function
  util
 components.hContains utility functions to work with connected components of a Nanowire Network. The only function that is supposed to be used directly by a user is split_components
 distributions.hContains an utility function to generate random number from a normal distribution. Not supposed to be used directly by the user
 errors.hContains an utilities to manage exceptions. Not supposed to be used directly by the user
 measures.hDefines the function to calculate the resistance distance between two points in a Nanowire Network Connected Component
 point.hDefines a structure representing a point in the Cartesian space, and a function to compute the squared Euclidean distance between two points
 tensors.hContains an utilities to work with tensors. Not supposed to be used directly by the user
 wires.hContains an utilities to build a nanowire network. Not supposed to be used directly by the user
 config.hDefines constants of the simulator. Not supposed to be modified
 nns.hGroups all the library structures and functions in a single file to be imported