rlar
|
d98c5c90f3
|
src/maths/cmaths/cmath4.c, bug fix, cx_fft, cx_ifft, cx_derive
incorrect check for VF_COMPLEX in field v_type instead of v_flags
|
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
allow compilation on MS Windows without GUI
|
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
test programs don't compile when compiling for TCL_MODULE
due to redefinition of fprintf()
|
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 |
rlar
|
55638c8023
|
various cleanups
|
15 years ago |
h_vogt
|
1ea76af678
|
add statistical functions to numparam and nutmeg parsers
|
15 years ago |
dwarning
|
b964cf949c
|
cvs ignore *.lo and *.la
|
16 years ago |
rlar
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
16 years ago |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
4622d0876e
|
ngcomplex_t instead of complex, #1/2
|
16 years ago |
rlar
|
3c3b31fa60
|
declare some functions `static'
|
16 years ago |
rlar
|
36b9d794df
|
cx_avg() prototype
|
16 years ago |
rlar
|
68b2e6b23a
|
whitespace cleanup (all Makefile.am files)
|
16 years ago |
h_vogt
|
453b565f71
|
improve random number generation
|
16 years ago |
dwarning
|
03d91ab8b0
|
new function sunif()
|
16 years ago |
h_vogt
|
ba539d9ef1
|
new fcn sgauss(), new rnd-no generator
|
16 years ago |
rlar
|
d074de41f2
|
fix the type signature of the cx_* functions
|
16 years ago |