- From Vector to VariableArray<double>, you have Variable.ArrayFromVector(..)
- From Variable<double[]> to Variable<Vector>, you have Variable.Vector(..)
What about from VariableArray<double> to Vector ? In my model, the mean of a VectorGaussian is derived from something else and is in the form of VariableArray<double>. I just want to feed this into Variable.VectorGaussianFromMeanAndPrecision(
to here , some matrix)