IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 11:13:48 AM (20 years ago)
Author:
Paul Price
Message:

Synchronising with SDRS, and cleaning up:

  • Replaced is_psType() with PS_ASSERT_PTR() throughout psLib.
  • Changed "char *" to "psString" where appropriate in psDB and a few other places (to indicate pointers on the PS memory system).
  • Removed psLogArguments and psTraceArguments (functionality in psArgumentVerbosity).
  • Renamed psMetadataLookupMD to psMetadataLookupMetadata (it was about time...). Similarly with the psPolynomial?D{From,To}MD functions.
  • Removed psMetadataRemove() since it is ambiguous about what's removed --- use psMetadataRemove{Key,Index}.
  • psArrayRemoveByPos --> psArrayRemoveIndex
  • psArrayRemove --> psArrayRemoveData
File:
1 edited

Legend:

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

    r7102 r9538  
    2121 *  @author Ross Harman, MHPCC
    2222 *
    23  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2006-05-10 00:49:38 $
     23 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     24 *  @date $Date: 2006-10-13 21:13:48 $
    2525 *
    2626 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6969 */
    7070bool psMatrixGJSolve(
    71     psImage *a,                        ///< Matrix to be solved
    72     psVector *b                        ///< Vector of values
     71    psImage *a,                   ///< Matrix to be solved
     72    psVector *b                   ///< Vector of values
    7373);
    7474
Note: See TracChangeset for help on using the changeset viewer.