IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2004, 4:48:01 PM (22 years ago)
Author:
desonia
Message:

fixed psBinaryOp/psUnaryOp to handle the out parameter in a manner like
other functions. Also expanded the types supported to all numeric types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMatrix.c

    r1845 r2021  
    1 
    21/** @file  psMatrix.c
    32 *
     
    2120 *  @author Ross Harman, MHPCC
    2221 *   
    23  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    24  *  @date $Date: 2004-09-21 23:44:10 $
     22 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     23 *  @date $Date: 2004-10-08 02:48:01 $
    2524 *
    2625 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2827
    2928/******************************************************************************/
    30 
    3129/*  INCLUDE FILES                                                             */
    32 
    3330/******************************************************************************/
    3431#include <string.h>
     
    4441#include "psMatrix.h"
    4542
    46 /******************************************************************************/
    47 
    48 /*  DEFINE STATEMENTS                                                         */
    49 
    50 /******************************************************************************/
    51 
    52 // None
    53 
    54 /******************************************************************************/
    55 
    56 /*  TYPE DEFINITIONS                                                          */
    57 
    58 /******************************************************************************/
    59 
    60 // None
    61 
    62 /*****************************************************************************/
    63 
    64 /*  GLOBAL VARIABLES                                                         */
    65 
    66 /*****************************************************************************/
    67 
    68 // None
    69 
    70 /*****************************************************************************/
    71 
    72 /*  FILE STATIC VARIABLES                                                    */
    73 
    74 /*****************************************************************************/
    75 
    76 // None
    77 
    78 /*****************************************************************************/
    79 
    80 /*  FUNCTION IMPLEMENTATION - LOCAL                                          */
    81 
    82 /*****************************************************************************/
    83 
    8443/** Preprocessor macro to generate error a NULL image */
    8544#define PS_CHECK_NULL_VECTOR(NAME, RETURN)                                                          \
     
    155114
    156115/*****************************************************************************/
    157 
    158116/* FUNCTION IMPLEMENTATION - PUBLIC                                          */
    159 
    160117/*****************************************************************************/
    161118
Note: See TracChangeset for help on using the changeset viewer.