spielwiese
Last change
on this file since 8fefd9 was
8fefd9,
checked in by Hans Schönemann <hannes@…>, 25 years ago
|
* hannes/pohl: added psarse matrices (temp. disabled)
git-svn-id: file:///usr/local/Singular/svn/trunk@2835 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
595 bytes
|
Line | |
---|
1 | #ifndef SPARSEMAT_H |
---|
2 | #define SPARSEMAT_H |
---|
3 | /******************************************************************* |
---|
4 | * Computer Algebra System SINGULAR |
---|
5 | * |
---|
6 | * sparsmat.h: operations with sparse matrices |
---|
7 | * (bareis, ...) |
---|
8 | * |
---|
9 | *******************************************************************/ |
---|
10 | /* $Id: sparsmat.h,v 1.1 1999-02-10 16:00:06 Singular Exp $ */ |
---|
11 | |
---|
12 | |
---|
13 | poly smMult(poly, poly); |
---|
14 | void smPolyDiv(poly, poly); |
---|
15 | poly smMultDiv(poly, poly, const poly); |
---|
16 | void smSpecialPolyDiv(poly, poly); |
---|
17 | |
---|
18 | lists smCallBareiss(ideal smat, int x, int y); |
---|
19 | lists smCallNewBareiss(ideal smat, int x, int y); |
---|
20 | |
---|
21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.