nns.c  1.0.1
Nanowire Network simulator
util Directory Reference

Files

file  components.h [code]
 Contains 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.
 
file  distributions.h [code]
 Contains an utility function to generate random number from a normal distribution. Not supposed to be used directly by the user.
 
file  errors.h [code]
 Contains an utilities to manage exceptions. Not supposed to be used directly by the user.
 
file  measures.h [code]
 Defines the function to calculate the resistance distance between two points in a Nanowire Network Connected Component.
 
file  point.h [code]
 Defines a structure representing a point in the Cartesian space, and a function to compute the squared Euclidean distance between two points.
 
file  tensors.h [code]
 Contains an utilities to work with tensors. Not supposed to be used directly by the user.
 
file  wires.h [code]
 Contains an utilities to build a nanowire network. Not supposed to be used directly by the user.