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
17
18#endif /* FLOAT3MATRIX_H_ */
mathematical square matrix class
Definition matrix.h:34
defines platform-dependent algorithms and constants
matrix< float, 3 > float3matrix
matrix of 3 * 3 float values
linear algebra implementation