source: git/Singular/eigenval.h @ 50cbdc

fieker-DuValspielwiese
Last change on this file since 50cbdc was e4743bc, checked in by Mathias Schulze <mschulze@…>, 23 years ago
*mschulze: eigenvalues of constant sqare matrices git-svn-id: file:///usr/local/Singular/svn/trunk@5308 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 420 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: eigenval.h,v 1.1 2001-03-05 17:31:40 mschulze Exp $ */
5/*
6* ABSTRACT: eigenvalues of constant square matrices
7*/
8
9#ifndef EIGENVAL_H
10#define EIGENVAL_H
11
12matrix tridiag(matrix M);
13lists eigenval(matrix M);
14BOOLEAN tridiag(leftv res,leftv h);
15BOOLEAN eigenval(leftv res,leftv h);
16
17#endif
Note: See TracBrowser for help on using the repository browser.