Classes | Typedefs | Functions

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.

                                                         {
  return scalar*v; 
}