source: git/kernel/ncSAMult.cc @ d81b79

spielwiese
Last change on this file since d81b79 was d81b79, checked in by Motsak Oleksandr <motsak@…>, 15 years ago
*motsak: special pair multiplication git-svn-id: file:///usr/local/Singular/svn/trunk@10838 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 987 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/***************************************************************
5 *  File:    ncSAMult.cc
6 *  Purpose: implementation of multiplication in simple NC subalgebras
7 *  Author:  motsak
8 *  Created:
9 *  Version: $Id: ncSAMult.cc,v 1.1 2008-07-04 16:18:42 motsak Exp $
10 *******************************************************************/
11
12
13#define MYTEST 0
14#define OUTPUT 0
15
16#if MYTEST
17#define OM_CHECK 4
18#define OM_TRACK 5
19#endif
20
21#include "mod2.h"
22
23#include <ncSAMult.h> // for CMultiplier etc classes
24#include <ring.h>
25#include <p_polys.h>
26#include <sbuckets.h>
27
28
29
30
31/*
32// poly functions defined in p_Procs: ;
33poly gnc_pp_Mult_mm(const poly p, const poly m, const ring r, poly
34&last);
35poly gnc_p_Mult_mm(poly p, const poly m, const ring r);
36poly gnc_mm_Mult_p(const poly m, poly p, const ring r);
37poly gnc_mm_Mult_pp(const poly m, const poly p, const ring r);
38*/
Note: See TracBrowser for help on using the repository browser.