$search

matrices2.h File Reference

#include <math.h>
Include dependency graph for matrices2.h:

Go to the source code of this file.

Typedefs

typedef float ** matrix

Functions

void addMatrix (matrix A, matrix B, matrix C, int m, int n)
void addVector (float *A, float *B, float *C, int m)
float BhQhBhT (matrix Qh, float *Bh, float *tmp)
float determinant (matrix A, matrix tmp, int n)
void getMinor (matrix A, matrix B, int An, int m, int n)
void invert2 (matrix A, matrix B)
void invert3 (matrix A, matrix B)
void invt (matrix A, matrix B, matrix tmp1, matrix tmp2, int An)
void multMatrix (matrix A, matrix B, matrix C, int Am, int An, int Bn)
void multMatVec (matrix A, float *B, float *C, int Am, int Bn)
void negMatrix (matrix A, int m, int n)
void subMatrix (matrix A, matrix B, matrix C, int m, int n)
void subVector (float *A, float *B, float *C, int m)
void transpose (matrix A, matrix B, int Am, int An)
void VectdivSc (float *V, float scl)

Typedef Documentation

typedef float** matrix

Definition at line 5 of file matrices2.h.


Function Documentation

void addMatrix ( matrix  A,
matrix  B,
matrix  C,
int  m,
int  n 
)

Definition at line 24 of file matrices2.h.

void addVector ( float *  A,
float *  B,
float *  C,
int  m 
)

Definition at line 35 of file matrices2.h.

float BhQhBhT ( matrix  Qh,
float *  Bh,
float *  tmp 
)

Definition at line 212 of file matrices2.h.

float determinant ( matrix  A,
matrix  tmp,
int  n 
)

Definition at line 143 of file matrices2.h.

void getMinor ( matrix  A,
matrix  B,
int  An,
int  m,
int  n 
)

Definition at line 170 of file matrices2.h.

void invert2 ( matrix  A,
matrix  B 
)

Definition at line 133 of file matrices2.h.

void invert3 ( matrix  A,
matrix  B 
)

Definition at line 118 of file matrices2.h.

void invt ( matrix  A,
matrix  B,
matrix  tmp1,
matrix  tmp2,
int  An 
)

Definition at line 191 of file matrices2.h.

void multMatrix ( matrix  A,
matrix  B,
matrix  C,
int  Am,
int  An,
int  Bn 
)

Definition at line 77 of file matrices2.h.

void multMatVec ( matrix  A,
float *  B,
float *  C,
int  Am,
int  Bn 
)

Definition at line 93 of file matrices2.h.

void negMatrix ( matrix  A,
int  m,
int  n 
)

Definition at line 66 of file matrices2.h.

void subMatrix ( matrix  A,
matrix  B,
matrix  C,
int  m,
int  n 
)

Definition at line 44 of file matrices2.h.

void subVector ( float *  A,
float *  B,
float *  C,
int  m 
)

Definition at line 55 of file matrices2.h.

void transpose ( matrix  A,
matrix  B,
int  Am,
int  An 
)

Definition at line 109 of file matrices2.h.

void VectdivSc ( float *  V,
float  scl 
)

Definition at line 237 of file matrices2.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends Defines


ccny_asctec_firmware_2
Author(s): Ivan Dryanovski, Roberto G. Valenti
autogenerated on Tue Mar 5 11:33:42 2013