IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2016, 2:14:52 PM (10 years ago)
Author:
eugene
Message:

new api to set vector value en-masse; fix the fit1d_irls mean calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dvomath.h

    r39360 r39640  
    150150int           CopyVector            PROTO((Vector *out, Vector *in));
    151151int           ResetVector           PROTO((Vector *vec, char type, int Nelements));
     152int           SetVectorValues       PROTO((Vector *vec, void *data, char type, int Nelements));
    152153int           SetVector             PROTO((Vector *vec, char type, int Nelements));
    153154int           CastVector            PROTO((Vector *vec, char type));
Note: See TracChangeset for help on using the changeset viewer.