LIBML  Version 3.2.4
LIBML DSP Software Library
Functions
tpt_svm_polynomial_predict_f32.c File Reference
#include "tpt_math.h"
Include dependency graph for tpt_svm_polynomial_predict_f32.c:

Functions

static f32_t tpt_exponent_f32 (f32_t x, int32_t n)
 
void tpt_svm_polynomial_predict_f32 (int32_t *aResult, const tpt_svm_polynomial_f32_t *aSVM, const f32_t *aInData)
 SVM polynomial prediction. More...
 

Function Documentation

◆ tpt_exponent_f32()

static f32_t tpt_exponent_f32 ( f32_t  x,
int32_t  n 
)
inlinestatic