8 lines
128 B
C
8 lines
128 B
C
#ifndef P10_H
|
|
#define P10_H
|
|
|
|
void calculate_magnitudes(double (*vectors)[8], int num_vectors, double *out_magnitudes);
|
|
|
|
#endif
|
|
|