source: git/Singular/eigenval_ip.h @ 6993c83

fieker-DuValspielwiese
Last change on this file since 6993c83 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 562 bytes
RevLine 
[e4743bc]1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/*
5* ABSTRACT: eigenvalues of constant square matrices
6*/
7
[76b4bd]8#ifndef EIGENVAL_IP_H
9#define EIGENVAL_IP_H
[4eba817]10#ifdef HAVE_EIGENVAL
[6dba49c]11#include <kernel/eigenval.h>
[e4743bc]12
[a7f2a04]13BOOLEAN evSwap(leftv res,leftv h);
14BOOLEAN evRowElim(leftv res,leftv h);
15BOOLEAN evColElim(leftv res,leftv h);
16BOOLEAN evHessenberg(leftv res,leftv h);
[7656d7]17lists evEigenvals(matrix M);
18BOOLEAN evEigenvals(leftv res,leftv h);
[e4743bc]19
[4eba817]20#endif /* ifdef HAVE_EIGENVAL */
[76b4bd]21#endif /* EIGENVAL_IP_H */
Note: See TracBrowser for help on using the repository browser.