R3vectors.cpp File Reference

#include <R3vectors.h>
#include <Vector.h>
#include <Matrix.h>
#include <math.h>

Go to the source code of this file.

Defines

#define sign(a)   ( (a)>0 ? 1:-1 )

Functions

double LovelyInnerProduct (const Vector &v, const Vector &w)
double LovelyNorm (const Vector &v)
Vector LovelyCrossProduct (const Vector &v, const Vector &w)
Vector LovelyEig (const Matrix &M)


Define Documentation


Function Documentation

Vector LovelyCrossProduct ( const Vector v,
const Vector w 
)

Definition at line 54 of file R3vectors.cpp.

Vector LovelyEig ( const Matrix M  ) 

Definition at line 70 of file R3vectors.cpp.

References c, and k.

Referenced by ShellMITC4::setDomain().

double LovelyInnerProduct ( const Vector v,
const Vector w 
)

Definition at line 34 of file R3vectors.cpp.

Referenced by LovelyNorm().

double LovelyNorm ( const Vector v  ) 

Definition at line 48 of file R3vectors.cpp.

References LovelyInnerProduct().

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