Larus glider flight sensor system
3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
float3matrix.h
Go to the documentation of this file.
1
/*
2
* float3matrix.h
3
*
4
* Created on: Mar 6, 2013
5
* Author: schaefer
6
*/
7
8
#ifndef FLOAT3MATRIX_H_
9
#define FLOAT3MATRIX_H_
10
11
#include "
embedded_math.h
"
12
#include "
matrix.h
"
13
#include "
float3vector.h
"
14
16
typedef
matrix<float, 3>
float3matrix
;
17
18
#endif
/* FLOAT3MATRIX_H_ */
matrix
mathematical square matrix class
Definition
matrix.h:34
embedded_math.h
defines platform-dependent algorithms and constants
float3matrix
matrix< float, 3 > float3matrix
matrix of 3 * 3 float values
Definition
float3matrix.h:16
float3vector.h
matrix.h
linear algebra implementation
lib
Generic_Algorithms
float3matrix.h
Generated by
1.9.8