Browse Source

Documentation update.

pre-master-46
pnenzi 23 years ago
parent
commit
1969bef054
  1. 25
      ANALYSES
  2. 21
      ChangeLog

25
ANALYSES

@ -1 +1,24 @@
This file will contain a list of implemented analyses.
ANALYSES
-----------------------------------------------------------------
This file lists the analyses currently implemented into ngspice.
AC : Small-signal frequency response analysis
DC : DC-sweep analysis
+ Added resistance sweep as in spice 2.
* Note: It is possible to perform a generic parametric sweep ?
DISTO : Small signal distorsion analysis
NOISE : Noise analysis
OP : Operating point analysis
PZ : Pole-Zero analysis
SENS : Sensitivity analysis
TF : Transfer function analysis
TRAN : Transient analysis

21
ChangeLog

@ -1,3 +1,24 @@
2003-08-24 Paolo Nenzi <p.nenzi@ieee.org>
* src/maths/sparse/, src/include/complex.h: Added a function
needed by CIDER in sparse library and started to isolate as
much as possible sparse code from spice, reverting some of
the work did in the previous releases. The idea is to design
an interface between spice and a generic matrix library.
In the future the current sparse code will be upgraded to
version 1.4 (http://sparse.sourceforge.net).
src/frontend/misccoms.c, doc/ngspice.texi: Modified "version"
command to include compilation information when called with
the new "-f" option.
src/frontend/(parse.c,define.c): Applied Stefan patches
that close a memory leak.
src/spicelib/parser/inpgmod.c: Patched Stuart INPgetNetTok
function to correct a parsing error emerged in pole-zero
analysis.
2003-08-14 Paolo Nenzi <p.nenzi@ieee.org> 2003-08-14 Paolo Nenzi <p.nenzi@ieee.org>
* configure.in, src/main.c, src/misc/tilde.c, src/misc/tilde.h, * configure.in, src/main.c, src/misc/tilde.c, src/misc/tilde.h,

Loading…
Cancel
Save