projects
/
valse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
C-part of tests ready [TODO: R part]
[valse.git]
/
src
/
sources
/
EMGrank.h
1
#ifndef valse_EMGrank_H
2
#define valse_EMGrank_H
3
4
void
EMGrank_core
(
5
// IN parameters
6
const float
*
Pi
,
7
const float
*
Rho
,
8
int
mini
,
9
int
maxi
,
10
const float
*
X
,
11
const float
*
Y
,
12
float
tau
,
13
const int
*
rank
,
14
// OUT parameters
15
float
*
phi
,
16
float
*
LLF
,
17
// additional size parameters
18
int
n
,
19
int
p
,
20
int
m
,
21
int
k
);
22
23
#endif