Changeset 38ac8c in git for factory/cf_eval.h


Ignore:
Timestamp:
May 26, 2011, 7:42:56 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
6e80ab1defd5ab31610bce94c4f375be2fec8d0e
Parents:
f7d7455516e751906e8f7bb3d265fb06b8b3711e
Message:
added new function to get random eval point
added new function to set value of an evaluation point


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

Legend:

Unmodified
Added
Removed
  • factory/cf_eval.h

    rf7d745 r38ac8c  
    3737    CanonicalForm operator() ( const CanonicalForm& f ) const;
    3838    CanonicalForm operator() ( const CanonicalForm & f, int i, int j ) const;
     39    void setValue (int i, const CanonicalForm& f);
    3940    virtual void nextpoint();
    4041#ifndef NOSTREAMIO
Note: See TracChangeset for help on using the changeset viewer.