-
Currently, using `numpy.linalg.eigh`.
source: https://github.com/numpy/numpy/blob/v1.17.0/numpy/linalg/linalg.py#L1324-L1459
This function calculated all the eigen pairs.
Calculating only few e…
-
Author: @vqd8a
-
`B_full = M * B_reduced`
example: MNLogit reduced to stereotype Logit, `slogit` in Stata
but this also has the same structure as cointegrating regression (VAR).
see slogit references, and similar m…
-
-
How do we want the top-level functions?
Even in the two uses case in the gallery we have one with test data (the naive Bayes classifier) and one without. Should be always have a `Rcpp::Nullable` t…
-
First of all, thanks for the great work.
I've been trying to understand and modify the AR demo code (which is also used [here](https://github.com/Martin20150405/SLAM_AR_Android)), but couldn't find p…
-
Erika kindly extracted the data into a usable format. Might do some quick editing/culling first:
```
English,Français
collinearity,colinéarité
combinatorial method,méthode combinatoire
comparis…
-
Hello!
I was wondering about the following behaviour, which made one of my tests break in a recent sparsesvd update.
```
>>> C = numpy.array([[ 0. , 0.7, 0. , 0. ],
…
-
@minhnn1
-