TRF Language Model
wb-mat.h File Reference
#include "wb-vector.h"
#include "wb-log.h"
#include "wb-file.h"

Go to the source code of this file.

Classes

class  wb::VecShell< T >
 
class  wb::MatShell< T >
 
class  wb::Vec< T >
 
class  wb::Mat< T >
 
class  wb::VecShell< T >
 
class  wb::Vec< T >
 
class  wb::MatShell< T >
 
class  wb::Mat< T >
 
class  wb::Mat3dShell
 
class  wb::Mat3d
 

Namespaces

 wb
 define all the code written by Bin Wang.
 

Functions

template<class T >
bool wb::VecEqual (VecShell< T > &v1, VecShell< T > &v2)
 calculate V==V More...
 
template<class T >
void wb::VecAdd (VecShell< T > &res, VecShell< T > &v1, VecShell< T > &v2)
 calculate V + V More...
 
template<class T >
wb::VecDot (VecShell< T > &v1, VecShell< T > &v2)
 calculate V*V More...
 
template<class T >
wb::MatVec2 (MatShell< T > &m, VecShell< T > &v1, VecShell< T > &v2)
 calculate V1*M*V2 More...