ingted
ingted
Excuse me, is unfold already supported in DiffSharp?
Actually I never thought this PR would be merged. Just let some one who needs things like those should not appear in README to know there is a workaround. On...
[Quick way / ugly way to achieve vector/matrix support](https://github.com/ingted/mathnet-symbolics)
[Matrix multiplication supported with an ugly way](https://github.com/ingted/mathnet-symbolics) ``` let v = FloatingPoint.RealVector
The new version should be fine. 
My currently workaround: ``` if (i == parameterInfos.Length) { if (matchingMethod == null) matchingMethod = methodInfo; else { if (mbrs.Length == 2) { try { var mbr0 = (MethodInfo)mbrs[0]; var...
Hi @Horusiath, do you think this would cover all spawne quotation expression cases?
I found this will not work for complex quotation... 
Hi guys, I found this is insteresting: schema: ``` { "type": "object", "properties": { "possible_colors": { "type": "array", "format": "table", "items": { "type": "object", "properties": { "text": { "type": "array",...
This is really annoying!!! Is it fixed?