Edinburgh Speech Tools  2.1-release
EST_DMatrix.cc File Reference
#include <cstdlib>
#include <cstdio>
#include <fstream>
#include <sstream>
#include <cmath>
#include <climits>
#include "EST_String.h"
#include "EST_types.h"
#include "EST_FileType.h"
#include "EST_Option.h"
#include "EST_DMatrix.h"
#include "EST_cutils.h"
#include "EST_Token.h"
#include "rateconv.h"
Include dependency graph for EST_DMatrix.cc:

Go to the source code of this file.

Functions

EST_DMatrix operator+ (const EST_DMatrix &a, const EST_DMatrix &b)
 
EST_DMatrix operator- (const EST_DMatrix &a, const EST_DMatrix &b)
 
EST_DMatrix operator* (const double x, const EST_DMatrix &a)
 
EST_DMatrix operator* (const EST_DMatrix &a, const double x)
 
EST_DVector operator* (const EST_DMatrix &a, const EST_DVector &v)
 
EST_DVector operator+ (const EST_DVector &a, const EST_DVector &b)
 
EST_DVector operator- (const EST_DVector &a, const EST_DVector &b)
 
EST_DVector operator* (const EST_DVector &v, const EST_DMatrix &a)
 
EST_DMatrix operator* (const EST_DMatrix &a, const EST_DMatrix &b)
 
void multiply (const EST_DMatrix &a, const EST_DMatrix &b, EST_DMatrix &ab)
 
double operator* (const EST_DVector &v1, const EST_DVector &v2)
 vector dot product More...
 

Function Documentation

EST_DMatrix operator+ ( const EST_DMatrix a,
const EST_DMatrix b 
)

Definition at line 132 of file EST_DMatrix.cc.

EST_DMatrix operator- ( const EST_DMatrix a,
const EST_DMatrix b 
)

Definition at line 154 of file EST_DMatrix.cc.

EST_DMatrix operator* ( const double  x,
const EST_DMatrix a 
)

Definition at line 178 of file EST_DMatrix.cc.

EST_DMatrix operator* ( const EST_DMatrix a,
const double  x 
)

Definition at line 183 of file EST_DMatrix.cc.

EST_DVector operator* ( const EST_DMatrix a,
const EST_DVector v 
)

Definition at line 195 of file EST_DMatrix.cc.

EST_DVector operator+ ( const EST_DVector a,
const EST_DVector b 
)

Definition at line 219 of file EST_DMatrix.cc.

EST_DVector operator- ( const EST_DVector a,
const EST_DVector b 
)

Definition at line 236 of file EST_DMatrix.cc.

EST_DVector operator* ( const EST_DVector v,
const EST_DMatrix a 
)

Definition at line 254 of file EST_DMatrix.cc.

EST_DMatrix operator* ( const EST_DMatrix a,
const EST_DMatrix b 
)

Definition at line 286 of file EST_DMatrix.cc.

void multiply ( const EST_DMatrix a,
const EST_DMatrix b,
EST_DMatrix ab 
)

Definition at line 293 of file EST_DMatrix.cc.

double operator* ( const EST_DVector v1,
const EST_DVector v2 
)

vector dot product

Definition at line 727 of file EST_DMatrix.cc.