ingted

Results 69 comments of 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. ![image](https://user-images.githubusercontent.com/4289161/160519662-7aca1f0f-ff85-4352-905c-eb2dc06a549a.png)

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... ![image](https://user-images.githubusercontent.com/4289161/102188974-efbac500-3ef0-11eb-9afe-d4b05ff04964.png)

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?