IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2008, 3:31:01 PM (18 years ago)
Author:
eugene
Message:

big update from eam_branch_20081124 with updates to Opihi math

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/svdcmp.c

    r4689 r20936  
    1212
    1313/* n == Nx, m == Ny */
    14 int svdcmp (float *a, float *w, float *v, int Nx, int Ny) {
     14int svdcmp (float *a, opihi_flt *w, float *v, int Nx, int Ny) {
    1515
    1616  int flag, i, its, j, jj, k, l, nm, status;
Note: See TracChangeset for help on using the changeset viewer.