PandA-2024.02
Typedefs | Functions
common.h File Reference
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef float real_t
 

Functions

real_tmake_empty (size_t size)
 
real_tmake_random (size_t size)
 
real_tmake_copy (const real_t *data, size_t size)
 
real_t mse (const real_t *a, const real_t *b, size_t size)
 

Typedef Documentation

◆ real_t

typedef float real_t

Definition at line 8 of file common.h.

Function Documentation

◆ make_copy()

real_t* make_copy ( const real_t data,
size_t  size 
)

Definition at line 28 of file common.h.

References make_empty(), NULL, and result.

Here is the call graph for this function:

◆ make_empty()

real_t* make_empty ( size_t  size)

Definition at line 10 of file common.h.

Referenced by helm_factor(), main(), make_copy(), and make_random().

Here is the caller graph for this function:

◆ make_random()

real_t* make_random ( size_t  size)

Definition at line 15 of file common.h.

References make_empty(), NULL, and result.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mse()

real_t mse ( const real_t a,
const real_t b,
size_t  size 
)

Definition at line 37 of file common.h.

Referenced by main().

Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:06 for PandA-2024.02 by doxygen 1.8.13