mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-08-06 13:27:34 +00:00
Add: conviniece functions, Fix: Asserts and debug prints
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef INC_MATRIX_HPP_
|
||||
#define INC_MATRIX_HPP_
|
||||
#include <cstdint>
|
||||
|
||||
namespace math
|
||||
{
|
||||
|
||||
@@ -39,6 +38,7 @@ struct matrix
|
||||
|
||||
static matrix eye(uint8_t);
|
||||
static matrix zeros(uint8_t, uint8_t);
|
||||
static matrix full(uint8_t, uint8_t, float);
|
||||
|
||||
float operator()(uint8_t, uint8_t);
|
||||
float operator[](uint16_t);
|
||||
@@ -57,4 +57,5 @@ struct matrix
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif /* INC_MATRIX_HPP_ */
|
||||
|
Reference in New Issue
Block a user