Carlos Henrique Guardão Gandarez
Carlos Henrique Guardão Gandarez
I'll write down few tips on how to set it up
@vanillajonathan you can create an attribute and decorate all classes you need to track or just create a base class and decorate it. ``` C# [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited =...
@vanillajonathan you can set it globally like MVC does. http://stackoverflow.com/questions/8786192/asp-net-mvc-register-action-filter-without-modifying-controller
@tmulholl you can invoke its base constructor passing Tracker object which naturally accepts an IAnalyticsSession. ``` C# [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true, AllowMultiple = true)] public class GoogleAnalyticsTracking :...
It's nice to have.
anybody?
It's actually not happening. Take a look at the print screen below 
I figured out the problem, the vector becomes NaN when calling an external method ```d_lu_factor``` at line 276 on MathNet.Numerics.Providers.LinearAlgebra.Mkl.MklLinearAlgebraProvider.Double.cs I haven't figured out yet where MKL library is generated...
Maybe http://www.netlib.org/lapack/lapacke.html#_nan_checking