254 Commits (42ac9a2859ba26e550c530df0d3b3e89655c7ca6)

Author SHA1 Message Date
h_vogt 9f62057973 introduce include file "ngspice/randnumb.h" 10 years ago
rlar a5817192e1 ni/niiter.c, #5/5, whitespace 10 years ago
rlar 266e6da24b ni/niiter.c, #4/5, cleanup 10 years ago
rlar dda415a0e3 ni/niiter.c, #3/5, use `copy()' 10 years ago
rlar 86bb88b546 ni/niiter.c, #2/5, reduce scope 10 years ago
rlar 2978621931 ni/niiter.c, #1/5, cleanup 10 years ago
rlar 5b42d09618 unify, use memcpy for CKTstate copy operations 10 years ago
rlar d298d5cc2f use memset() instead of deprecated bzero() 10 years ago
rlar 141ed61ec8 use memcpy() instead of deprecated bcopy() 10 years ago
h_vogt fca8ab3146 cmath4.c, cx_deriv(), remove a memory leak 10 years ago
rlar 994bec7859 declare free() / realloc() arguments `const void *' 10 years ago
h_vogt f66e76fb5f implement option 'xmu' to control trapezoidal integration method 10 years ago
rlar 40a0cea0d2 swap some `SWAP' arguments for readability 10 years ago
rlar bd0bc3038b use `SWAP' macro 10 years ago
rlar b36385e333 improve `SWAP' macro 10 years ago
rlar 6342bec8ec everywhere, drop `MALLOC()' and `REALLOC()' 10 years ago
rlar 9d32a0a5a9 simplify complex assignments 10 years ago
rlar 8243696338 dvec abstraction, #8/11, upgrade `dvec_alloc()' 10 years ago
rlar 8a4a37b5bb dvec abstraction, #4/11, emphasise `ZERO(dvec)' initialisation 10 years ago
rlar 908c650f72 dvec abstraction, #3/11, use `dvec_alloc()' 10 years ago
rlar 19e427e3a5 cleanup, use NULL instead of 0 in pointer context 11 years ago
rlar d98c5c90f3 src/maths/cmaths/cmath4.c, bug fix, cx_fft, cx_ifft, cx_derive 11 years ago
rlar 8e65614d31 spfactor.c, cktnames.c, don't crash when simulating "nothing" 11 years ago
rlar c5e0bcde04 cleanup using `hypot()' 11 years ago
rlar c6a8429258 src/maths/cmaths, implement `nint()' (.control language) 12 years ago
rlar 99eade8ec9 cleanup, rename cx_ln --> cx_log (.control language) 12 years ago
rlar c926f46986 cleanup, rename rename cx_log --> cx_log10 (.control language) 12 years ago
rlar 4049e8ec1f rewrite, using IFerrorf() 12 years ago
rlar ea7372efe7 rewrite, useing IFerrorf() 12 years ago
dwarning 461026f2b9 fix to use garbage collector with --enable-gc 12 years ago
dwarning a90f916883 fftext.c, move the Bourke FFT code to fftext.c (rename macro) 13 years ago
dwarning c61e1bc8c6 fftext.c, move the Bourke FFT code to fftext.c (as a backup) 13 years ago
dwarning 2e79c16f55 cmath4.c, drop unused doubledouble() 13 years ago
dwarning 2671aef5cd cmath4.c, correct array size and relay to specific array order for r2c transformation 13 years ago
dwarning dc398f1387 cmath4.c, correct scale for ifft 13 years ago
dwarning 51c7f17186 cmath4.c, use FFTW3 for cx_fft() and cx_ifft() 13 years ago
dwarning cd8aa1ee04 cmath4.c, com_fft.c, cleanup 13 years ago
dwarning f989219f6f cmath4.c, com_fft.c, rename `size' --> `N' and `mm' --> `M' 13 years ago
h_vogt 75b144e17a polyfit.c, speed up fitting process when degree == 1 12 years ago
Anthony J. Bentley 7a9abebfe7 remove unnecessary include of sys/timeb.h. 12 years ago
rlar aae92bf259 avoid overlapping "Dummy" symbols 13 years ago
Krzysztof Blaszkowski 6a00876731 nipred.c, cleanup 13 years ago
Krzysztof Blaszkowski 30f1607a0a nipred.c, bug fix NIpred() when running 'TRAPEZOIDAL' 13 years ago
rlar f12306542c avoid a `constant expression' compiler warning 13 years ago
dwarning 075b620a86 introduce `cx_sortorder()' function 13 years ago
dwarning 4635a19ba9 introduce unwrap, minimum and maximum function 13 years ago
dwarning 68da03f9de preserve vector length for fft by interpolation, window by default: none 13 years ago
dwarning 6a3da0105b fft and ifft as vector functions 13 years ago
dwarning 0b1bff9fd8 fix type of length in fft window function 13 years ago
dwarning e1fa276ddc whitespace 13 years ago