Changeset ca474f in git


Ignore:
Timestamp:
May 6, 2008, 11:14:25 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
45fefa83e7025f1f1ea1c38e311674d6380345f9
Parents:
a4c8e96167c0c024cfbbd80d1d900e65c089cf13
Message:
*hannes: svd stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@10705 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/calcSVD.cc

    ra4c8e9 rca474f  
    22#include "mod2.h"
    33
    4 #define HAVE_SVD
    54#ifdef HAVE_SVD
    65
    7 #include "ap.h"
    8 #include "amp.h"
    9 #include "reflections.h"
    10 #include "bidiagonal.h"
    11 #include "qr.h"
    12 #include "lq.h"
    13 #include "blas.h"
    14 #include "rotations.h"
    15 #include "bdsvd.h"
    16 #include "svd.h"
     6#include "svd_si.h"
    177#include "structs.h"
    188#include "polys.h"
     
    2010#include "lists.h"
    2111#include "febase.h"
     12
     13template class std::vector< amp::mpfr_record* >;
    2214
    2315poly p_svdInit(char *s)
Note: See TracChangeset for help on using the changeset viewer.