source: git/kernel/eigenval.h @ 788529d

spielwiese
Last change on this file since 788529d was 76b4bd, checked in by Hans Schönemann <hannes@…>, 20 years ago
*hannes: eigenval->eigenval_ip, kernel/eigenval git-svn-id: file:///usr/local/Singular/svn/trunk@7073 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 526 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: eigenval.h,v 1.2 2004-03-04 10:08:24 Singular Exp $ */
5/*
6* ABSTRACT: eigenvalues of constant square matrices
7*/
8
9#ifndef EIGENVAL_H
10#define EIGENVAL_H
11#ifdef HAVE_EIGENVAL
12
13matrix evSwap(matrix M,int i,int j);
14matrix evRowElim(matrix M,int i,int j,int k);
15matrix evColElim(matrix M,int i,int j,int k);
16matrix evHessenberg(matrix M);
17
18#endif /* ifdef HAVE_EIGENVAL */
19#endif /* EIGENVAL_H */
Note: See TracBrowser for help on using the repository browser.