IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 1:50:46 PM (19 years ago)
Author:
eugene
Message:

convert to new gauss-jordan code (non-Press); fixing Wall,Werror warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r16040 r16060  
    184184char   *ohana_version          PROTO(());
    185185
    186 int     dgaussj                PROTO((double **a, int n, double **b, int m));
    187 int     fgaussj                PROTO((float **a, int n, float **b, int m));
     186int     dgaussjordan           PROTO((double **A, double **B, int N, int M));
     187int     fgaussjordan           PROTO((float **A, float **B, int n, int m));
    188188
    189189/* in time.c */
Note: See TracChangeset for help on using the changeset viewer.