Toshiki Teramura

Results 78 comments of Toshiki Teramura

I agree that we should have both option. > the reduced QR factorization contains less information than the full one, This needs some discussion. QR factorization of a MxN matrix...

openblas-src issue https://github.com/blas-lapack-rs/openblas-src/issues/34

ndarrray issue https://github.com/rust-ndarray/ndarray/issues/133

SciPy has three functions - `expm`: Pade approximation - https://docs.scipy.org/doc/scipy-0.15.1/reference/generated/scipy.linalg.expm.html - `expm2`: eigenvalue decomposition - `expm3`: Taylor expantion and `expm2` and `expm3` are deprecated. We should use Pade approximation. Links...

Sorry for long my absence. I drop this PR from 0.14.0 release because this is not necessary change.

We should have `random` for `A: Rand` and `randn` for `A: RandNormal`

Thanks report. I guess your zsh version is old. Could you please test the following code? ```zsh local -a ary=(a b); echo $ary ``` It returns `number expected` error for...

Sorry for my little cooperation. I'm still using zaw everyday, and I will do more maintenance.

> Is there any way to configure zaw in a way It is necessary to write zsh script to extend/configure zaw-widgets. If you get history, you can use `history` command...

This may be due to a memory leak of `filter-select` or related part. Careful tracing is necessary.