93 Commits (deca1a05edce6f9c79a4f2aafd669207010d3b21)

Author SHA1 Message Date
dwarning b8a9ca9df4 correct the fft scaling for real input and complex output vector 9 years ago
rlar 3a9ace82bb winmain.c, etc, cleanup, rewrite obfuscated symbols 9 years ago
rlar ea5ad6b0e7 drop DC_ABS() and FTEcabs() 10 years ago
h_vogt ae80067fef cmath2.c, new function stddev to calculate the standard deviation of all elements of a vector 10 years ago
h_vogt 594db31ebc cmath2.c, whitespace cleanup 10 years ago
rlar b8b6677b85 cmath2.c, drop some excess NG_IGNORE() 10 years ago
h_vogt 2ab3b82696 cmath2.c, cleanup 10 years ago
rlar 2e35329678 cmath2.c, cleanup min/max operations 10 years ago
h_vogt 9f62057973 introduce include file "ngspice/randnumb.h" 10 years ago
h_vogt fca8ab3146 cmath4.c, cx_deriv(), remove a memory leak 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 d98c5c90f3 src/maths/cmaths/cmath4.c, bug fix, cx_fft, cx_ifft, cx_derive 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
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
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 e1fa276ddc whitespace 13 years ago
h_vogt 1767991236 new flag `SHARED_MODULE' for shared module 13 years ago
h_vogt 30a44d1be5 --with-windows --> --with-wingui 13 years ago
h_vogt d7e291c53a HAS_WINDOWS --> HAS_WINGUI 13 years ago
rlar 6c8f002eea unify #ifndef include wrapper 13 years ago
rlar c377b7a6b3 avoid leading underscore in preprocessor macros 13 years ago
Francesco Lannutti 08ec219417 remove all .cvsignore files 14 years ago
rlar cb0a48801d introduce AM_CFLAGS = $(STATIC) 14 years ago
rlar b1cbebaa99 fix tcl module compilation 14 years ago
rlar 2e4d4a0e02 unuse srandom() and random() 14 years ago
rlar a056ea3065 #3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex 14 years ago
rlar 94e3abd847 #2/4 switch cph() and cmag() args from ngcomplex* to ngcomplex 14 years ago
rlar d3c3741f43 #4/6 config.h --> ngspice/config.h, AM_CPPFLAGS 14 years ago
rlar 4ca58067a2 #2/6 config.h --> ngspice/config.h, #include's 14 years ago
h_vogt 75767fcc3d floor(), ceil() added 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar b5f823f599 cph(vec), rewrite, cleanup, and add missing test_cx_cph.c 15 years ago
h_vogt 2e2bf04d6a function cph() 15 years ago
rlar 2c0144a849 rewrite to fix potential (actuall impossible) usage of variable `c' 15 years ago
rlar 18570fc035 cleanup redeclarations for todays tanh commit 15 years ago
h_vogt 4679fdf046 sinh, cosh, tanh 15 years ago