Changeset 7155e1 in git for factory/canonicalform.h


Ignore:
Timestamp:
Jul 15, 1996, 10:32:46 AM (28 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b4e0579fccaa2c1ecd567dfc168f75ef1795e42c
Parents:
0af18dde5af4397ff45cd495f0dbf94f4f78bb46
Message:
"new function linearSystemSolve
"


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r0af18dd r7155e1  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: canonicalform.h,v 1.1 1996-06-24 11:26:36 stobbe Exp $
     2// $Id: canonicalform.h,v 1.2 1996-07-15 08:32:46 stobbe Exp $
    33
    44#ifndef INCL_CANONICALFORM_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1996/06/24 11:26:36  stobbe
     10"new function determinant.
     11new template class Matrix<CanonicalForm>
     12"
     13
    914Revision 1.0  1996/05/17 10:59:37  stobbe
    1015Initial revision
     
    292297// calculate the determinant of the n'th minor of M
    293298
     299bool linearSystemSolve( CFMatrix & M );
     300
    294301CanonicalForm determinant( const CFMatrix & M, int n );
    295302
Note: See TracChangeset for help on using the changeset viewer.