Changeset 0aed0d in git


Ignore:
Timestamp:
Feb 13, 2001, 2:10:38 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
23d5e6e006886db288c800608326470874a1cd5e
Parents:
db0e5fc0d072c3bef0aa9fa85156fdfe15608cad
Message:
*hannes: pOne optim.


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

Legend:

Unmodified
Added
Removed
  • Singular/pcv.cc

    rdb0e5f r0aed0d  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: pcv.cc,v 1.31 2000-09-18 09:19:28 obachman Exp $ */
     4/* $Id: pcv.cc,v 1.32 2001-02-13 13:10:38 Singular Exp $ */
    55/*
    66* ABSTRACT: conversion between polys and coef vectors
     
    257257    if(d0<=d&&d<d1)
    258258    {
    259       poly c=pOne();
     259      poly c=pNSet(nCopy(pGetCoeff(p)));
    260260      pSetComp(c,pcvM2N(p));
    261       pSetCoeff(c,nCopy(pGetCoeff(p)));
    262261      cv=pAdd(cv,c);
    263262    }
Note: See TracChangeset for help on using the changeset viewer.