-
This idea was previously suggested in #4218.
Since mpmath provides multiprecision interval arithmetic we can use it to implement the interval newton method for numerical solutions of algebraic equa…
-
I think there should be only one package for fixed size arrays ;)
Of course I'm a bit biased towards FixedSizeArrays, since I'm more familiar with the code :D
@andyferris @c42f, could you explain to …
-
```
Hi,
32 bit lib seems very expensive in terms of number of cycles and accuracy.
Is there any one working on it ?
```
Original issue reported on code.google.com by `birdla...@gmail.com` on 3 Ma…
-
```
Hi,
32 bit lib seems very expensive in terms of number of cycles and accuracy.
Is there any one working on it ?
```
Original issue reported on code.google.com by `birdla...@gmail.com` on 3 Ma…
-
```
Hi,
32 bit lib seems very expensive in terms of number of cycles and accuracy.
Is there any one working on it ?
```
Original issue reported on code.google.com by `birdla...@gmail.com` on 3 Ma…
-
```
Hi,
32 bit lib seems very expensive in terms of number of cycles and accuracy.
Is there any one working on it ?
```
Original issue reported on code.google.com by `birdla...@gmail.com` on 3 Ma…
-
```
Hi,
32 bit lib seems very expensive in terms of number of cycles and accuracy.
Is there any one working on it ?
```
Original issue reported on code.google.com by `birdla...@gmail.com` on 3 Ma…
-
```
Hi,
32 bit lib seems very expensive in terms of number of cycles and accuracy.
Is there any one working on it ?
```
Original issue reported on code.google.com by `birdla...@gmail.com` on 3 Ma…
-
I would like to propose adding Chandrupatla's algorithm to the list of scalar root-finding methods in scipy.optimize.
You are welcome to use my implementation `chandrupatla()` as a starting point, …
-
Opening this issue to discuss supporting stencil operations in Dask. Am interested to see a nice wrapper function or functions that do a reasonably good job at wrapping up common case stencil function…