Changeset 2bf04b in git for kernel/numeric/mpr_numeric.h


Ignore:
Timestamp:
Nov 12, 2015, 2:39:46 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6da2d6765f8866f8426131bf3a097a5c051e956e
Parents:
412c61b77c65fd4adca8f6576d7f1a597459552e
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/numeric/mpr_numeric.h

    r412c61 r2bf04b  
    3030public:
    3131  vandermonde( const long _cn, const long _n,
    32                const long _maxdeg, number *_p, const bool _homog = true );
     32               const long _maxdeg, number *_p, const bool _homog = true );
    3333  ~vandermonde();
    3434
     
    7272
    7373  void fillContainer( number *_coeffs, number *_ievpoint,
    74                       const int _var, const int _tdg,
    75                       const rootType _rt, const int _anz );
     74                      const int _var, const int _tdg,
     75                      const rootType _rt, const int _anz );
    7676
    7777  bool solver( const int polishmode= PM_NONE );
     
    153153
    154154  rootArranger( rootContainer ** _roots,
    155                 rootContainer ** _mu,
    156                 const int _howclean = PM_CORRUPT );
     155                rootContainer ** _mu,
     156                const int _howclean = PM_CORRUPT );
    157157  ~rootArranger() {}
    158158
Note: See TracChangeset for help on using the changeset viewer.