Changeset c5b7f5 in git


Ignore:
Timestamp:
Aug 29, 1997, 1:30:01 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9fb70bd083a6d482ab8de6fa8eaa883b41a0f6b9
Parents:
e565370c3a337cec56fcad626cfb945d8f6c5d4a
Message:
	* canonicalform.h: declarations of functions from cf_linsys.cc
	  moved to cf_algorithm.h


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    re56537 rc5b7f5  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.11 1997-08-29 08:35:15 schmidt Exp $ */
     2/* $Id: canonicalform.h,v 1.12 1997-08-29 11:30:01 schmidt Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    308308typedef Matrix<CanonicalForm> CFMatrix;
    309309
    310 // calculate the determinant of the n'th minor of M
    311 
    312 bool linearSystemSolve( CFMatrix & M );
    313 
    314 CanonicalForm determinant( const CFMatrix & M, int n );
    315 
    316310void On( int );
    317311void Off( int );
Note: See TracChangeset for help on using the changeset viewer.