Skip to content
Snippets Groups Projects
Commit 7b029d11 authored by Matthew Webster's avatar Matthew Webster
Browse files

Disambiguate miscmaths

parent 7d040bc8
No related branches found
No related tags found
No related merge requests found
......@@ -470,7 +470,7 @@ namespace Melodic{
tmp1 = whiteMatrix * alldat;
remmean(tmp1,2);
tmp1 *= tmpData.t();
tmp2 = pinv(tmp1.t()).t();
tmp2 = MISCMATHS::pinv(tmp1.t()).t();
std_pca(tmp1 * tmpData, RXweight, Corr, pcaE, pcaD, opts.econ.value());
calc_white(pcaE, pcaD, order, newWM, newDWM);
newDWM=(tmp2*newDWM);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment