IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2009, 6:15:25 PM (17 years ago)
Author:
eugene
Message:

add some matrix math operations and fix svd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/Ohana/src/opihi/include/data.h

    r26258 r26418  
    8989int svdcmp (float *a, opihi_flt *w, float *v, int Nx, int Ny);
    9090
     91/* in svdcmp_bond_raw.c */
     92int svdcmp_bond_raw(int m, int n, int withu, int withv, double eps, double tol, double **a, double *q, double **u, double **v);
     93
    9194/* mrqmin.c */
    9295opihi_flt mrqcof (opihi_flt *x, opihi_flt *y, opihi_flt *dy, int Npts,
Note: See TracChangeset for help on using the changeset viewer.