pengyu

Results 10 comments of pengyu

Really good to see you here. `2021.8.24` still doesn't work. I tried almost every version back to `zeno-linux-2021.8.8.zip`. Then I get errors as follows: ``` $./launcher [106018] Error loading Python...

[here](https://drive.google.com/open?id=1ATTY938daD4EshH01GWaDbDuZpWkJ7wM) is the exe on Windows 10 X64.

> Will you consider supporting sparse matrix solvers like Suitesparse? @mzy2240 Thanks for your suggestion. We just wrap Eigen for now. SuiteSparse is in our plan. If you have interest,...

> Will you consider the inclusion of some engineering level packages like PETSc and Trilinos. These packages not only support different types of matrix formats but also a lot of...

Hi @Hanke98. Exactly. I think`csrgeam` could be used to implement `+`, `-`, scalar `*`. I just implemented a not finished [one](https://github.com/FantasyVR/taichi/commit/fc173cd3c71a1e363b9e67dc031077d5053eb262). It could be as a reference.

Pillow 没有安装成功,你看一下Pillow 单独安装怎么样

你是不是没有运行:`mv dist/v2rayLui /usr/bin/v2rayL/v2rayLui` 就直接安装了? 我今天就是没有这个问题。运行上面的命令之后,然后安装就可以了。

I think it should be `p.C += 4 * inv_dx * inv_dx * Mat::outer_product(weight * grid_v, dpos); ` > > > @FantasyVR I think the reason is, that dos is...

I've closed this issue for now. Feel free to @ me if any issues arise.