Updates
This commit is contained in:
10
fftw-3.3.10/libbench2/aset.c
Normal file
10
fftw-3.3.10/libbench2/aset.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/* not worth copyrighting */
|
||||
|
||||
#include "libbench2/bench.h"
|
||||
|
||||
void aset(bench_real *A, int n, bench_real x)
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < n; ++i)
|
||||
A[i] = x;
|
||||
}
|
||||
Reference in New Issue
Block a user