Changeset 0e64fdd in git for Singular/pcv.h


Ignore:
Timestamp:
Jun 11, 1999, 7:13:40 PM (25 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
74fe50d0de12691ddaa37a4a8527e5e220253ab8
Parents:
32820ddece73298afa8bef909edd914a3d0b8c3f
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Singular/pcv.h

    r32820d r0e64fdd  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: pcv.h,v 1.12 1999-06-09 11:53:06 mschulze Exp $ */
     4/* $Id: pcv.h,v 1.13 1999-06-11 17:13:33 mschulze Exp $ */
    55/*
    66* ABSTRACT: conversion between polys and coef vectors
     
    2020void pcvInit(int d);
    2121void pcvClean();
     22int pcvM2N(poly m);
     23poly pcvN2M(int n);
    2224poly pcvP2CV(poly p,int d0,int d1);
    2325poly pcvCV2P(poly cv,int d0,int d1);
Note: See TracChangeset for help on using the changeset viewer.