CMSIS-DSP
Version 1.4.4
CMSIS DSP Software Library
|
A * X = B
, where X
is the unknown value and can be estimated from A
& B
. X
is given by the following equation: X = Inverse(AT * A) * AT * B
A_f32
input matrix in the linear combination equation B_f32
output matrix in the linear combination equation X_f32
unknown matrix estimated using A_f32
& B_f32
matricesRefer arm_matrix_example_f32.c