Changeset eb716b0 in git
- Timestamp:
- May 9, 2005, 12:10:30 PM (18 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 81686884caf8b38d3a8857b3ffcab36e48bd1131
- Parents:
- bafa5b4ac634fe7bcc5d99004b65bffd70c587ad
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgbgauss.cc
rbafa5b4 reb716b0 1 1 #include "mod2.h" 2 2 #include "tgbgauss.h" 3 3 #include <omalloc.h> 4 #include <stdlib.h> 5 #include "kutil.h" 6 #include "febase.h" 7 #include "polys.h" 4 8 static const int bundle_size=100; 5 9 -
kernel/tgbgauss.h
rbafa5b4 reb716b0 3 3 #include "mod2.h" 4 4 #include "numbers.h" 5 #include "tgb_internal.h" 5 //#include "tgb_internal.h" 6 7 struct calc_dat; 6 8 7 9 class tgb_matrix{
Note: See TracChangeset
for help on using the changeset viewer.