Changeset af9116 in git for Singular/pcv.h


Ignore:
Timestamp:
Dec 8, 1998, 1:48:46 PM (25 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f997b8c78e9c4c0606e1b9ba1efcc07c5d9a16d8
Parents:
9a449f48d36ab7f602d07550c14a2f25b9341f89
Message:
*mschulze: no more warnings during compilation


git-svn-id: file:///usr/local/Singular/svn/trunk@2726 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/pcv.h

    r9a449f4 raf9116  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: pcv.h,v 1.6 1998-11-25 10:27:49 mschulze Exp $ */
     4/* $Id: pcv.h,v 1.7 1998-12-08 12:48:46 mschulze Exp $ */
    55/*
    66* ABSTRACT: conversion between polys and coeff vectors
     
    1616void pcvInit(int d);
    1717void pcvClean();
    18 int pcvM2n(poly m);
    19 poly pcvN2m(int n);
     18unsigned pcvM2n(poly m);
     19poly pcvN2m(unsigned n);
    2020poly pcvP2cv(poly p,int d0,int d1);
    2121poly pcvCv2p(poly cv,int d0,int d1);
Note: See TracChangeset for help on using the changeset viewer.