IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2008, 12:34:48 PM (18 years ago)
Author:
eugene
Message:

big re-write to make thread-efficient; the psPolynomialMD structure now carries several temp variables so it can be reused within a tight loop and avoid excessive malloc calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomialMD.h

    r17147 r19085  
    1313    int numFit;                         ///< Number of values in fit
    1414    float stdevFit;                     ///< Standard deviation of fit
     15
     16    psImage  *fitMatrix;
     17    psVector *fitVector;
     18
     19    psImage  *tmpMatrix;
     20    psVector *tmpVector;
     21
     22    psVector *fitBuffer;
     23
     24    psVector *ownMask;
     25    psVector *deviations;
     26
     27    psVector *LUperm;
     28    psImage  *LU;
     29
    1530} psPolynomialMD;
    1631
Note: See TracChangeset for help on using the changeset viewer.