tico 0.1
Mechanical Watch Terminal Timegrapher
crosscorint.h
Go to the documentation of this file.
1#pragma once
2#include <stddef.h>
3
12void crosscorint(size_t ArrayLength,
13 const int* array,
14 const int* ref,
15 int* cross);
void crosscorint(size_t ArrayLength, const int *array, const int *ref, int *cross)
Computes the cross-correlation of two integer arrays.
Definition: crosscorint.c:12