Edinburgh Speech Tools  2.1-release
EST_FMatrix.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_FMatrix.h"
#include "EST_cutils.h"
#include "EST_Token.h"
Include dependency graph for EST_FMatrix.cc:

Go to the source code of this file.

Functions

EST_FMatrix operator+ (const EST_FMatrix &a, const EST_FMatrix &b)
 
EST_FMatrix operator- (const EST_FMatrix &a, const EST_FMatrix &b)
 
EST_FMatrix operator* (const EST_FMatrix &a, const float x)
 
int operator!= (const EST_FVector &fv1, const EST_FVector &fv2)
 
EST_FVector operator* (const EST_FMatrix &a, const EST_FVector &v)
 
EST_FVector operator+ (const EST_FVector &a, const EST_FVector &b)
 
EST_FVector operator- (const EST_FVector &a, const EST_FVector &b)
 
EST_FVector operator* (const EST_FVector &v, const EST_FMatrix &a)
 
EST_FMatrix operator* (const EST_FMatrix &a, const EST_FMatrix &b)
 
void multiply (const EST_FMatrix &a, const EST_FMatrix &b, EST_FMatrix &ab)
 
float operator* (const EST_FVector &v1, const EST_FVector &v2)
 vector dot product More...
 

Function Documentation

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

Definition at line 137 of file EST_FMatrix.cc.

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

Definition at line 159 of file EST_FMatrix.cc.

EST_FMatrix operator* ( const EST_FMatrix a,
const float  x 
)

Definition at line 183 of file EST_FMatrix.cc.

int operator!= ( const EST_FVector fv1,
const EST_FVector fv2 
)

Definition at line 195 of file EST_FMatrix.cc.

EST_FVector operator* ( const EST_FMatrix a,
const EST_FVector v 
)

Definition at line 208 of file EST_FMatrix.cc.

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

Definition at line 232 of file EST_FMatrix.cc.

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

Definition at line 249 of file EST_FMatrix.cc.

EST_FVector operator* ( const EST_FVector v,
const EST_FMatrix a 
)

Definition at line 267 of file EST_FMatrix.cc.

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

Definition at line 299 of file EST_FMatrix.cc.

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

Definition at line 306 of file EST_FMatrix.cc.

float operator* ( const EST_FVector v1,
const EST_FVector v2 
)

vector dot product

Definition at line 823 of file EST_FMatrix.cc.