Changeset 89f4843 in git for kernel/GBEngine/tgbgauss.h


Ignore:
Timestamp:
May 31, 2017, 3:34:23 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
1f72e06603a04914579699c90219303182c145d5
Parents:
fc5529daa0eccff5838b233086b49a00790dff79
Message:
use include ".." for singular related .h, p10, register ->REGISTER
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/tgbgauss.h

    rfc5529 r89f4843  
    77* ABSTRACT: gauss implementation for F4 header
    88*/
    9 // #include <kernel/mod2.h>
    10 #include <coeffs/numbers.h>
    11 #include <polys/monomials/p_polys.h>
    12 #include <omalloc/omallocClass.h>
    13 //#include "tgb_internal.h"
     9#include "coeffs/numbers.h"
     10#include "polys/monomials/p_polys.h"
     11#include "omalloc/omallocClass.h"
    1412
    1513class slimgb_alg;
    1614
    17 class tgb_matrix{
     15class tgb_matrix
     16{
    1817 private:
    1918  number** n;
     
    5352typedef mac_poly_r* mac_poly;
    5453
    55 class tgb_sparse_matrix{
     54class tgb_sparse_matrix
     55{
    5656 private:
    5757  ring r;
     
    9393
    9494
    95 
    9695mac_poly mac_p_add_ff_qq(mac_poly a, number f,mac_poly b);
    9796
Note: See TracChangeset for help on using the changeset viewer.