LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Functions | |
tpt_status | tpt_lup_decompose_f32 (uint32_t *aPermMat, f32_t *aInPlaceMat, uint32_t aN) |
tpt_status | tpt_mat_inverse_f32 (f32_t *aOutMat, f32_t *aInMat, uint32_t aN) |
Floating-point matrix inverse. More... | |
tpt_status tpt_lup_decompose_f32 | ( | uint32_t * | aPermMat, |
f32_t * | aInPlaceMat, | ||
uint32_t | aN | ||
) |