![]()  | 
  
    PandA-2024.02
    
   | 
 
#include <stddef.h>#include <stdio.h>#include <stdlib.h>#include <string.h>

Go to the source code of this file.
Typedefs | |
| typedef float | real_t | 
Functions | |
| real_t * | make_empty (size_t size) | 
| real_t * | make_random (size_t size) | 
| real_t * | make_copy (const real_t *data, size_t size) | 
| real_t | mse (const real_t *a, const real_t *b, size_t size) | 
Definition at line 28 of file common.h.
References make_empty(), NULL, and result.

Definition at line 15 of file common.h.
References make_empty(), NULL, and result.

 1.8.13