Crate yuvxyb_math

Crate yuvxyb_math 

Source

Structs§

ColVector
Matrix
RowVector

Functions§

cbrtf
Computes the cube root of x.
expf
Computes e raised to the power of x.
multiply_add
Computes (a * b) + c, leveraging FMA if available
powf
Computes x raised to the power of y.