LIBML
Version 3.2.4
LIBML DSP Software Library
src
opti
DistanceFunctions
Functions
tpt_chebyshev_distance_f64.c File Reference
#include "
ref_math.h
"
Include dependency graph for tpt_chebyshev_distance_f64.c:
Functions
f64_t
tpt_chebyshev_distance_f64
(const
f64_t
*aInDataA, const
f64_t
*aInDataB, uint32_t aCount)
Chebyshev distance between two vectors.
More...
Function Documentation
◆
tpt_chebyshev_distance_f64()
f64_t
tpt_chebyshev_distance_f64
(
const
f64_t
*
aInDataA
,
const
f64_t
*
aInDataB
,
uint32_t
aCount
)
Chebyshev distance between two vectors.
Parameters
[in]
aInDataA
First vector
[in]
aInDataB
Second vector
[in]
aCount
vector length
Returns
distance
Generated by
1.9.1