Robert Lee Gates
Robert Lee Gates
Hi, I get the following error: ```julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __...
Hi Frédéric, as far as I can tell, the package currently only supports functions that yield a scalar value. Any plans on extending this to tensor-valued functions of tensors? Best...
Dear Color developers: Borrowing from MATLAB's colormaps, is it possible to create the colormaps "jet" and "hsv". If so, how could this be done? Best, Robert
Hi Simon, any API for coordinate axes? Best, Robert
I have some trouble solving a moderately large numerically unsymmetric, structurally system without mpirun on OS X. The solve is part of an iterative procedure which works fine most of...
...which includes `+()` such that it immediately becomes ambiguous with a definition of `+(a::SomeOtherType...)` somewhere else (in my case I encountered this conflict while using both MultiPoly and Lazy). See...