jaak-s / BayesianDataFusion.jl

Bayesian multi-tensor factorization methods, with side information
Other
29 stars 19 forks source link

Cg #4

Closed jaak-s closed 9 years ago

jaak-s commented 9 years ago

Removed dependency on IterativeSolvers and use own CG solver. Added support for parallel pattern matrix and faster CG setup (matrices are sent to workers before hand).

Also solved the issue with NormalWishart that was removed from Distributions package by moving it to our code base.