Project Ne10
An open, optimized software library for the ARM architecture.
Functions
NE10_detmat.c File Reference
#include "NE10_types.h"
#include "macros.h"
#include "NE10_detmat.c.h"
#include <assert.h>

Go to the source code of this file.

Functions

ne10_result_t ne10_detmat_2x2f_c (ne10_float32_t *dst, ne10_mat2x2f_t *src, ne10_uint32_t count)
 Specific implementation of ne10_detmat_2x2f using plain C code. More...
 
ne10_result_t ne10_detmat_3x3f_c (ne10_float32_t *dst, ne10_mat3x3f_t *src, ne10_uint32_t count)
 Specific implementation of ne10_detmat_3x3f using plain C code. More...
 
ne10_result_t ne10_detmat_4x4f_c (ne10_float32_t *dst, ne10_mat4x4f_t *src, ne10_uint32_t count)
 Specific implementation of ne10_detmat_4x4f using plain C code. More...