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 Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3