Skip to content

General Information

kannav.mehta edited this page May 26, 2021 · 1 revision

General

Boost​

Boost is a collection of free, peer-reviewed C++ libraries, see here. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.

Boost.uBlas

Boost.uBLAS (aka Basic Linear Algebra Subroutines), is part of collection of the Boost C++ Libraries and provides BLAS level 1, 2, 3 functionality for dense, packed and sparse matrices, see here. The design and implementation unify mathematical notation via operator overloading and efficient code generation via expression templates.

Google Summer of Code (GSoC)

Google Summer of Code is a global program focused on bringing more student developers into open source software development. More information can be found here.