Project Ne10
An open, optimized software library for the ARM architecture.
Functions
NE10_samples.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "NE10.h"

Go to the source code of this file.

Functions

int intro_sample_main (void)
 
int matrix_multiply_sample_main (void)
 
int complex_fft_sample_main (void)
 
int real_fft_sample_main (void)
 
int fir_sample_main (void)
 
int main (void)
 

Function Documentation

int complex_fft_sample_main ( void  )

Definition at line 38 of file NE10_sample_complex_fft.c.

int fir_sample_main ( void  )

Definition at line 41 of file NE10_sample_fir.c.

int intro_sample_main ( void  )

Definition at line 100 of file NE10_sample_intro.c.

int main ( void  )

Definition at line 45 of file NE10_samples.c.

int matrix_multiply_sample_main ( void  )

Definition at line 41 of file NE10_sample_matrix_multiply.c.

int real_fft_sample_main ( void  )

Definition at line 38 of file NE10_sample_real_fft.c.