Christophe Favergeon
|
91f599c052
|
Householder and QR decomposition for matrices (f64,f32,f16).
(not yet optimized)
|
3 years ago |
Christophe Favergeon
|
9f36d99a0b
|
CMSIS-DSP: Correction os issue 1274
arm_mat_solve_lower_triangular_f32 and arm_mat_solve_upper_triangular_f32
had constraints which could be removed to make the function
more generic.
|
4 years ago |
Christophe Favergeon
|
1019e4c4a8
|
CMSIS-DSP: Correcting a bug in matrix inversion
When pivot is 0, the row permutation code was not correct and failing on
some matrixes (but not all matrixes).
|
5 years ago |
Christophe Favergeon
|
212e9cb805
|
CMSIS-DSP: Added Cholesky decomposition
LL^t and LDL^t variant.
Added foward and backward substitution to solve linear systems
with triangular matrix.
|
5 years ago |
Christophe Favergeon
|
d2d691cc23
|
CMSIS-DSP: Added f16 matrix functions
|
5 years ago |