Changeset 70161e in git for factory/fac_util.h


Ignore:
Timestamp:
Jul 16, 1996, 2:26:05 PM (27 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
1251952559942e380e666f13188d81cd17e90569
Parents:
9f2b6f23a8e1f2de750bc3241e6e692d3f57c0d1
Message:
"New functions prod, crossprod ans sum for CFArrays, since these functions
are no longer contained in the template specification of Array.
"


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

Legend:

Unmodified
Added
Removed
  • factory/fac_util.h

    r9f2b6f r70161e  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_util.h,v 1.2 1996-07-08 08:22:02 stobbe Exp $
     2// $Id: fac_util.h,v 1.3 1996-07-16 12:26:05 stobbe Exp $
    33
    44#ifndef INCL_FAC_UTIL_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.2  1996/07/08 08:22:02  stobbe
     10"New organization of the factorization stuff. Some functions moved from
     11fac_diophand.cc which no longer exists.
     12"
     13
    914Revision 1.1  1996/06/27 11:34:25  stobbe
    1015"New function dviremainder.
     
    5257bool Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & x );
    5358
     59/* some special array functions */
     60
     61CanonicalForm sum ( const CFArray & a, int f, int l );
     62
     63CanonicalForm prod ( const CFArray & a, int f, int l );
     64
     65CanonicalForm sum ( const CFArray & a );
     66
     67CanonicalForm prod ( const CFArray & a );
     68
     69CanonicalForm crossprod ( const CFArray & a, const CFArray & b );
     70
    5471/*ENDPUBLIC*/
    5572
Note: See TracChangeset for help on using the changeset viewer.