Changeset 95f247 in git for factory/canonicalform.h


Ignore:
Timestamp:
Jun 24, 1996, 1:26:36 PM (27 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
Children:
36652d871bca0b0ba5d9cff54bdbe35c3b39fdf0
Parents:
e6cc6869a80f3829d41e2482196f1181e9328e68
Message:
"new function determinant.
new template class Matrix<CanonicalForm>
"


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    re6cc68 r95f247  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: canonicalform.h,v 1.0 1996-05-17 10:59:37 stobbe Exp $
     2// $Id: canonicalform.h,v 1.1 1996-06-24 11:26:36 stobbe Exp $
    33
    44#ifndef INCL_CANONICALFORM_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:37  stobbe
     10Initial revision
     11
    912*/
    1013
     
    1619#include "templates/array.h"
    1720#include "templates/factor.h"
     21#include "templates/matrix.h"
    1822
    1923/*BEGINPUBLIC*/
     
    276280typedef ListIterator<CanonicalForm> CFListIterator;
    277281typedef Array<CanonicalForm> CFArray;
    278 
     282typedef Matrix<CanonicalForm> CFMatrix;
    279283
    280284CFFList sqrFree( const CanonicalForm & f );
     
    285289
    286290CFFList factorize( const CanonicalForm & f, const Variable & alpha );
     291
     292// calculate the determinant of the n'th minor of M
     293
     294CanonicalForm determinant( const CFMatrix & M, int n );
    287295
    288296void On( int );
     
    293301
    294302#endif /* INCL_CANONICALFORM_H */
    295 
Note: See TracChangeset for help on using the changeset viewer.