# NOT RUN {
## The function is currently defined as
function (A, c, x)
{
evdA <- eigen(A)
E <- evdA$vec
l <- evdA$val
y <- t(E) %*% x
d <- t(E) %*% c
x <- E %*% ry_bmf(y, l, d)
x/sqrt(sum(x^2))
}
# }
Run the code above in your browser using DataLab