User Tools

Site Tools


tools:matrix:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tools:matrix:start [2022/04/20 13:29] – [Logging Matrices] ursgraftools:matrix:start [2026/04/13 12:15] (current) ursgraf
Line 1: Line 1:
 ====== Vectors and Matrices ====== ====== Vectors and Matrices ======
-The blocks in the control system are connected among each other with the aid of signals. As described in [[eeros_architecture:control_system:signals|]] they carry a timestamp and a value. The value could be a simple type such as an integer or float. Quite often it will consist of a vector or a matrix. A three dimensional vector of type ''double'' can be declared and initialized as follows:+The blocks in the control system are connected among each other with the aid of signals. As described in [[eeros_architecture:control_system:signals|]] they carry a timestamp and a value. The value could be a simple type such as an integer or float. Quite often it will consist of a vector or a matrix.  
 + 
 +In the EEROS library you will find a directory with examples. For an example showing the use of matrices see [[https://github.com/eeros-project/eeros-framework/blob/master/examples/math/MatrixTest.cpp|MatrixTest.cpp]].  
 + 
 +A three dimensional vector of type ''double'' can be declared and initialized as follows:
 <code cpp> <code cpp>
 Vector<3, double> v;  Vector<3, double> v; 
tools/matrix/start.txt · Last modified: 2026/04/13 12:15 by ursgraf