[Kst] extragear/graphics/kst/tests

Duncan Hanson dhanson at phas.ubc.ca
Tue Nov 21 23:23:51 CET 2006


I agree- I wasn't able to decipher what the original PSD code was doing. Maybe 
someone else can have more success. I put some new code (commented out, right 
now) in the PSDGenerator which is meant to be more clearly documented and to 
agree with numerical recipes, but I haven't tested it yet.

Duncan.

On Tuesday 21 November 2006 12:31, George Staikos wrote:
> SVN commit 606792 by staikos:
>
> Add start of testcases for matrices and psd/csd.  PSD/CSD need mathematical
> correctness work.  Some things in matrices are not entirely clear as well.
> Matrices and CSDs definitely need review.
>
> Presently lots of these testcases are failing.
>
>
>  M  +7 -2      Makefile.am
>  AM            testamatrix.cpp   [License: UNKNOWN]
>  AM            testcsd.cpp   [License: UNKNOWN]
>  AM            testmatrix.cpp   [License: UNKNOWN]
>  AM            testpsd.cpp   [License: UNKNOWN]
>  AM            testsmatrix.cpp   [License: UNKNOWN]
>
>
> --- trunk/extragear/graphics/kst/tests/Makefile.am #606791:606792
> @@ -6,7 +6,8 @@
>  SUBDIRS=. kstXbench $(HEALPIX_DIR)
>
>  check_PROGRAMS=testeqparser testhistogram testscalars testlabelparser \
> -		testvector testrvector
> +		testvector testrvector \
> +		testmatrix testamatrix testcsd testpsd testsmatrix
>
>  METASOURCES=AUTO
>
> @@ -20,4 +21,8 @@
>  testlabelparser_SOURCES=testlabelparser.cpp
>  testvector_SOURCES=testvector.cpp
>  testrvector_SOURCES=testrvector.cpp
> -
> +testmatrix_SOURCES=testmatrix.cpp
> +testamatrix_SOURCES=testamatrix.cpp
> +testcsd_SOURCES=testcsd.cpp
> +testpsd_SOURCES=testpsd.cpp
> +testsmatrix_SOURCES=testsmatrix.cpp
> ** trunk/extragear/graphics/kst/tests/testamatrix.cpp #property
> svn:executable + *
> ** trunk/extragear/graphics/kst/tests/testcsd.cpp #property svn:executable
>    + *
> ** trunk/extragear/graphics/kst/tests/testmatrix.cpp #property
> svn:executable + *
> ** trunk/extragear/graphics/kst/tests/testpsd.cpp #property svn:executable
>    + *
> ** trunk/extragear/graphics/kst/tests/testsmatrix.cpp #property
> svn:executable + *
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst


More information about the Kst mailing list