-
Updated
Jul 4, 2021 - C++
eigen
Here are 241 public repositories matching this topic...
-
Updated
May 23, 2021 - C++
-
Updated
Mar 29, 2021 - C++
-
Updated
Sep 14, 2020 - C++
-
Updated
May 24, 2021 - C++
-
Updated
Mar 14, 2021 - C++
-
Updated
Feb 8, 2018 - C++
-
Updated
Jun 18, 2018 - C++
-
Updated
Jun 3, 2019 - C++
-
Updated
Feb 26, 2018 - C++
-
Updated
Jul 2, 2021 - C++
-
Updated
Jun 5, 2020 - C++
-
Updated
Jun 25, 2021 - Shell
-
Updated
Feb 7, 2021 - C++
hi... this would be very very useful and easy and practical and cheap...
everybody has some form of freehands headset with a "call answer" button...

-
Updated
Apr 30, 2021 - C++
-
Updated
Jul 21, 2021 - C++
-
Updated
Jul 20, 2021 - C++
From csantosbh/gdb-imagewatch#41
nolyn commented on Aug 30, 2018
Thanks, I think this will be very helpful.
I have typically some objects with have several images as members. I added some giwtypes to display one of them. Displaying all of them is not possible I believe, since the backend only checks if the parent was already processed, which is the case after
-
Updated
Apr 7, 2020 - C++
-
Updated
Jul 23, 2021 - C++
-
Updated
Jul 19, 2021 - C++
-
Updated
Sep 30, 2017 - C++
-
Updated
Jan 8, 2018 - C++
Improve this page
Add a description, image, and links to the eigen topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eigen topic, visit your repo's landing page and select "manage topics."
Summary:
The functions for the categorical distribution only accept a column vector, it would be great if it could accept also row vectors.
Description:
I use the categorical distribution to go over a matrix N_obs x N_probabilities, so it's more natural for me to use row vectors than column vectors.
Current functions:
real categorical_lpmf(ints y | vector theta)
real