yang.h File Reference

#include <iostream>

Go to the source code of this file.

Classes

class  Vtr
class  Mtx

Typedefs

typedef Vtr Vec_DP
typedef Mtx Mat_DP

Functions

Vtr operator* (const Vtr &v, const double scalar)


Typedef Documentation

typedef Mtx Mat_DP

Definition at line 90 of file yang.h.

typedef Vtr Vec_DP

Definition at line 89 of file yang.h.


Function Documentation

Vtr operator* ( const Vtr v,
const double  scalar 
) [inline]

Definition at line 44 of file yang.h.

00044                                                          {
00045   return scalar*v; 
00046 }


Generated on Tue Sep 8 17:26:56 2009 for OverSim by  doxygen 1.5.8