Christoph Ruegg

Results 131 comments of Christoph Ruegg

Yes - but in Math.NET Symbolics, not in Numerics. Example: ```C# var expr = SymbolicExpression.Parse("3*x^2 + y"); // option: direct dynamic evaluation var args = new Dictionary { { "x",...