IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2006, 6:16:11 PM (20 years ago)
Author:
eugene
Message:

fixed some errors with double sources, added second-pass linear PSF fit, multiple-depths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psSparse.h

    r5654 r6481  
     1
     2typedef struct {
     3    double paramDelta;
     4    double paramMin;
     5    double paramMax;
     6} psSparseConstraint;
    17
    28typedef struct {
     
    1521void psSparseVectorElement (psSparse *sparse, int i, float value);
    1622psVector *psSparseMatrixTimesVector (psVector *output, psSparse *matrix, psVector *vector);
    17 psVector *psSparseSolve (psVector *guess, psSparse *sparse, int Niter);
     23psVector *psSparseSolve (psVector *guess, psSparseConstraint constraint, psSparse *sparse, int Niter);
    1824psSparse *psSparseAlloc (int Nrows, int Nelem);
Note: See TracChangeset for help on using the changeset viewer.