Dima Pasechnik

Results 143 comments of Dima Pasechnik

[Dmitrii Pasechnik](https://github.com/dimpase) Algebra and geometry, combinatorics, graphs, optimization - C, Python, computer algebra systems ORCID: http://orcid.org/0000-0002-7557-6886

@rougier : OK, edited (although for a jack of all trades like me it cuts off several areas I worked in :-))

http://orcid.org/0000-0002-7557-6886

We now have a conflict with [SnapPy](https://github.com/3-manifolds/SnapPy), which has [`Dirichlet.h`](https://github.com/3-manifolds/SnapPy/blob/master/kernel/headers/Dirichlet.h) - and on case-insensitive systems, this conflicts with arb's `dirichlet.h` ! Well, you have to bite the bullet and move...

see https://trac.sagemath.org/ticket/31180

This is yet another reason to have pkg-config support. With it at place, and properly used by downstream, moving headers becomes a non-issue, as the needed cflags etc are provided...

I'd second this, especially as Debian renames librarb.so to libflint-arb.so due to a naming conflict with something, and it gets tricky to figure out the library name to link against;...

linker &co have different options on linux and on freebsd

Perhaps I can also mention that the algorithm to invert the matrix is not due to Hansen-Smith, it's in an earlier paper by Hansen alone, ``` E.Hansen, Interval arithmetic in...