IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 20, 2005, 1:53:14 PM (20 years ago)
Author:
gusciora
Message:

The 3D fitting code should work, I have working tests for it. I had
to switch from GaussJordan to LUD because the matrix was overflowing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/Makefile.am

    r5813 r5819  
    4343    tst_psPolyFit1DCheby \
    4444    tst_psPolyFit1DOrd \
    45     tst_psPolyFit2DOrd
     45    tst_psPolyFit2DOrd \
     46    tst_psPolyFit3DOrd \
     47    tst_psPolyFit4DOrd
    4648
    4749
     
    8486tst_psPolyFit1DOrd_SOURCES = tst_psPolyFit1DOrd.c
    8587tst_psPolyFit2DOrd_SOURCES = tst_psPolyFit2DOrd.c
     88tst_psPolyFit3DOrd_SOURCES = tst_psPolyFit3DOrd.c
     89tst_psPolyFit4DOrd_SOURCES = tst_psPolyFit4DOrd.c
    8690
    8791check_DATA =
Note: See TracChangeset for help on using the changeset viewer.