The Wayback Machine - https://web.archive.org/web/20210817134605/https://github.com/topics/boost
Here are
856 public repositories
matching this topic...
-
Updated
Jun 30, 2021
-
CMake
HTTP and WebSocket built on Boost.Asio in C++11
Automatic CPU speed & power optimizer for Linux
-
Updated
Aug 14, 2021
-
Python
Your standard library for metaprogramming
A C++ GPU Computing Library for OpenCL
Official repository of the SOCI - The C++ Database Access Library
std::tuple like methods for user defined types without any macro or boilerplate code
DI: C++14 Dependency Injection Library
UT: C++20 μ(micro)/Unit Testing Framework
SML: C++14 State Machine Library
Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++
multi-platform bittorrent client
A tool to unpack installers created by Inno Setup
Provides very lightweight outcome<T> and result<T> (non-Boost edition)
cross-platform coroutine library in c++
2021年最新总结,值得推荐的c/c++开源框架与库。持续更新中。
Two programs for idling Steam game hours and trading cards
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
A Javascript module to interface with LEGO Powered Up components.
-
Updated
Jun 15, 2021
-
TypeScript
Online examples from "Boost C++ Application Development Cookbook":
Return To The Roots (Settlers II(R) Clone)
Powerful multi-threaded coroutine dispatcher and parallel execution engine
Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
This is a set of simple programs that can be used to explore the features of a parallel platform.
This is the sample code for Boost library Guide.
C++ library for storing and printing backtraces.
Real Time Bidding (RTB) - Demand Side Platform framework
Fast multi-dimensional generalized histogram with convenient interface for C++14
Improve this page
Add a description, image, and links to the
boost
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
boost
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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