Changeset 76b4bd in git for Singular/eigenval_ip.h


Ignore:
Timestamp:
Mar 4, 2004, 11:08:24 AM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cec18c94b438d2504bc3c731cea94331af31cd83
Parents:
c4097df6269597fe0c7c72d02451429687a8b584
Message:
*hannes: eigenval->eigenval_ip, kernel/eigenval


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

Legend:

Unmodified
Added
Removed
  • Singular/eigenval_ip.h

    rc4097d r76b4bd  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: eigenval.h,v 1.4 2002-04-30 13:35:09 levandov Exp $ */
     4/* $Id: eigenval_ip.h,v 1.1 2004-03-04 10:06:51 Singular Exp $ */
    55/*
    66* ABSTRACT: eigenvalues of constant square matrices
    77*/
    88
    9 #ifndef EIGENVAL_H
    10 #define EIGENVAL_H
     9#ifndef EIGENVAL_IP_H
     10#define EIGENVAL_IP_H
    1111#ifdef HAVE_EIGENVAL
     12#include "eigenval.h"
    1213
    13 matrix evSwap(matrix M,int i,int j);
    1414BOOLEAN evSwap(leftv res,leftv h);
    15 matrix evRowElim(matrix M,int i,int j,int k);
    1615BOOLEAN evRowElim(leftv res,leftv h);
    17 matrix evColElim(matrix M,int i,int j,int k);
    1816BOOLEAN evColElim(leftv res,leftv h);
    19 matrix evHessenberg(matrix M);
    2017BOOLEAN evHessenberg(leftv res,leftv h);
    2118lists evEigenvals(matrix M);
     
    2320
    2421#endif /* ifdef HAVE_EIGENVAL */
    25 #endif /* EIGENVAL_H */
     22#endif /* EIGENVAL_IP_H */
Note: See TracChangeset for help on using the changeset viewer.