Alexander Dunlap

Results 6 issues of Alexander Dunlap

Sometimes after running rmview for a while it crashes with the following message: ``` Starting VNC server *** stack smashing detected ***: terminated Aborted (core dumped) ``` I know this...

If you have a fixed tensor X and fix some indices, then contracting this tensor with another tensor along the given indices is a linear map on tensors (of each...

It would be nice if we had the ability to multiply a kernel by a scalar without having to convert it to an AbstractArray first.

I ran latexdiff on the following two files: ``` $ cat test1.tex \documentclass{article} \begin{document} \begin{equation} \left\Vert [y] \right\Vert_y \end{equation} \end{document} ``` ``` $ cat test2.tex \documentclass{article} \begin{document} \begin{equation} \left\Vert [y]...

It would be nice if there were a function for the inverse of erfi (like there is currently a function for the inverse of erf).

When using the PGFPlotsX backend, the output is different every time you run it even with the same code because UUIDs are used for series IDs. It would be nice...

enhancement
PGFPlotsX