Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Matrix.h File Reference

#include "Data/Basis/CxStream.h"
#include "Data/Element/CxArithTypes.h"
#include "CxVector.h"

Include dependency graph for Matrix.h:

Go to the source code of this file.

Classes

class  CxMatrixTem< C >
 Template definition for matrices. More...

Defines

#define SIGN(a, b)   ((b) < 0.0 ? -fabs(a): fabs(a))

Typedefs

typedef CxMatrixTem< CxReal64 > CxMatrix

Functions

template<class C>
CxVector< C > operator * (const CxVector< C > &a, const CxMatrixTem< C > &b)
template<class C>
CxVector< C > operator * (const CxMatrixTem< C > &a, const CxVector< C > &b)
template<class C>
static void svdcmp (C *a, CxVector< C > &w, C *v, int n, int m)
template<class C>
static int ludcmp (C *a, int n, short *indx, double *d)
template<class C>
static void lubksb (C *a, int n, short *indx, double *b)
template<class C>
void tred2 (CxMatrixTem< C > &a, CxVector< C > &d, CxVector< C > &e)
template<class C>
void tqli (CxVector< C > &d, CxVector< C > &e, CxMatrixTem< C > &z)

Variables

const double HxMatrix_EPS = 1e-12


Generated on Fri Mar 19 10:12:22 2010 for ImpalaSrc by  doxygen 1.5.1