Changeset 6fbb42 in git
- Timestamp:
- Mar 3, 2004, 5:49:19 PM (20 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- c4097df6269597fe0c7c72d02451429687a8b584
- Parents:
- 346ece224f8895b2b1129b77d10d9e1f8c0d81a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/eigenval.cc
r346ece2 r6fbb42 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: eigenval.cc,v 1. 1.1.1 2003-10-06 12:15:51 SingularExp $ */4 /* $Id: eigenval.cc,v 1.2 2004-03-03 16:49:19 bricken Exp $ */ 5 5 /* 6 6 * ABSTRACT: eigenvalues of constant square matrices … … 12 12 13 13 #include "febase.h" 14 #include " tok.h"15 #include " ipid.h"14 #include "../Singular/tok.h" 15 #include "../Singular/ipid.h" 16 16 #include "intvec.h" 17 17 #include "numbers.h" 18 18 #include "polys.h" 19 19 #include "ideals.h" 20 #include " lists.h"20 #include "../Singular/lists.h" 21 21 #include "matpol.h" 22 22 #include "clapsing.h"
Note: See TracChangeset
for help on using the changeset viewer.