SomeNet
/
public repos
/
pub
/
astra
/
parallel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix bugs
[pub/astra/parallel.git]
/
openmp
/
prefix
/
algorithm_2.c
1
/*
2
* In-place iterative algorithm
3
*/
4
#include "algorithm_2.h"
5
6
void algorithm_2 (numtype y[], unsigned int n, unsigned int ops[]) {
7
}