-
The original book is mostly last-axis oriented, e.g. preferring `/` over `⌿` when working with vectors.
Should we change that?
-
@tmontaigu
Moving us over here for now since this is not lazperf-specific.
> I don't know much about LAX files and what they allow us to do in terms of queries,
but if what we can get from the…
-
I'm trying to play with the AD facilities, so decided to start with a minimal example.
```Haskell
import ConCat.ADFun
d :: (Double -> a) -> Double -> a
d f x = derF f x 1
main = do
print $…
barak updated
4 years ago
-
I cannot install the Bloqade package to a fresh conda environment with no Julia packages. There was a update to OrdinaryDiffEq today to 6.61.0 and it looks like it broke my ability to install Bloqade …
-
I wrote a couple of emails using the address of your original email (via github). I didn't receive an answer so I assume that the github mail forwarding is broken.
Dear Javi,
I wanted to follo…
-
Currently arrays in _sympy.tensor.array_ use `__mul__` only for array-scalar multiplication, raising an exception on array-array products.
Should the asterisk `*` handle array-array products as a gen…
-
Now that there is a critical mass of minor improvements to be made, I am creating a master issue to organize all of the changes which will go into a new minor release. I am describing this as a minor …
-
Using this environment
```conda create -n pypy -c conda-forge python=2.7 pypy2.7 ipython```
## Pure python packages
By just exporting a `$PYTHONPATH` or doing some symlinking magic I can get IPyt…
-
http://akgupta.ca/blog/2013/05/14/so-you-still-dont-understand-hindley-milner/ Part1
博主是为了回答 StackOverflow 上的一个问题 [ref1] 写了这个系列,共 3 个部分。 翻译了 99 %。
介绍了 HM 算法的目的,什么是形式化(formalize),为了形式化(formaliz…
-
According to the method name and it's documentation I expect `assertThat(emptyMap()).containsOnlyKeys("x")` to NOT fail.
There's one example in the Javadoc that helps me understand the real semanti…