Carlos Henrique Guardão Gandarez

Results 151 comments of 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.

It's actually not happening. Take a look at the print screen below ![image](https://cloud.githubusercontent.com/assets/782854/21015936/ea713ede-bd4a-11e6-856f-45beac6a3245.png)

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