IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2014, 4:02:50 PM (12 years ago)
Author:
eugene
Message:

add dgaussjordan function with modifyable min pivot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/ohana.h

    r37546 r37690  
    341341char   *ohana_version          PROTO((void));
    342342
     343int     dgaussjordan_pivot     PROTO((double **A, double **B, int N, int M, double minPivot));
    343344int     dgaussjordan           PROTO((double **A, double **B, int N, int M));
    344345int     fgaussjordan           PROTO((float **A, float **B, int n, int m));
Note: See TracChangeset for help on using the changeset viewer.