-
Something like this:
``` ruby
NMatrix.concat([
[a_nm, b_nm],
[c_nm, d_nm]
])
```
v0dro updated
6 years ago
-
WORKING+++++++++++++++++++++++++++++++++++++++
code of loop that predicts marginal effects for each of the 5 explanatory variables
```
MODEL
Hmsc object with 142 sampling units, 212 species, 6…
-
As of now, any SPICE exception causes [rb_raise()](https://github.com/gau27/spice_rub/blob/master/ext/spice_rub/spice_rub.c#L49#L69) from within C to signal the error. This isn't a very good practice…
-
`rdoc` needs `json ~> 1.4` (>=1.4, < 2.0) and nmatrix requires >= 2.0.1.
-
Why is RSpec still at `2.14` in nmatrix? Any specific reason?
I think we should update it to 3.4 (latest).
v0dro updated
6 years ago
-
Currently the enum defining stype and dtype for an nmatrix [does not namespace it's values](https://github.com/SciRuby/nmatrix/blob/master/ext/nmatrix/nmatrix.h#L250).
Prefixing every value with `NM_…
v0dro updated
6 years ago
-
The documentation does not have any installation instructions for windows. It would be nice if there were a guide that walked users through getting `matrix-lapacke` and `matrix-atlas` to run. The GNU …
-
I pip installed the dependencies from```requirements.txt``` of PYMARL on python3.6 and I don't think there is a problem with dependencies, but I keep receiving the following error when I run the exper…
-
getri is supposed to compute the inverse of a matrix. In the spec we test getri on
```
a = NMatrix.new(:dense, 3, [1,0,4,1,1,6,-3,0,-10], dtype)
```
and compare the result with
```
b = NMatrix.new(…
-
[This macro in `nmatrix.h`](https://github.com/SciRuby/nmatrix/blob/master/ext/nmatrix/nmatrix.h#L369) gives a warning like this when the macro is used in another file:
```
warning: implicit declarat…
v0dro updated
7 years ago