nDarray.cpp File Reference

#include "nDarray.h"

Go to the source code of this file.

Defines

#define SIGN(a, b)   ((b)<0 ? -fabs(a) : fabs(a))

Functions

nDarray operator+ (const nDarray &lval, const nDarray &rval)
nDarray operator * (const double lval, const nDarray &rval)
nDarray operator- (const nDarray &lval, const nDarray &rval)


Define Documentation

#define SIGN ( a,
 )     ((b)<0 ? -fabs(a) : fabs(a))

Definition at line 2180 of file nDarray.cpp.


Function Documentation

nDarray operator * ( const double  lval,
const nDarray rval 
)

Definition at line 1168 of file nDarray.cpp.

nDarray operator+ ( const nDarray lval,
const nDarray rval 
)

Definition at line 1067 of file nDarray.cpp.

nDarray operator- ( const nDarray lval,
const nDarray rval 
)

Definition at line 1238 of file nDarray.cpp.

Generated on Mon Oct 23 15:05:34 2006 for OpenSees by doxygen 1.5.0