test_IPKF

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

s_matrix Struct Reference

s_matrix Struct Reference

struct matrix allows to execute matrix computation More...

#include <matrix.h>

Data Fields

int row
 number of row of the matrix
int col
 number of column of the matrix
float ** element
 this field allows to read and write the elements of the matrix

Detailed Description

struct matrix allows to execute matrix computation

Definition at line 24 of file matrix.h.


Field Documentation

int col

number of column of the matrix

Definition at line 27 of file matrix.h.

float** element

this field allows to read and write the elements of the matrix

Definition at line 28 of file matrix.h.

int row

number of row of the matrix

Definition at line 26 of file matrix.h.