BLAS, LAPACK and OpenMP are key libraries for scientific computing. BLAS and
LAPACK provide linear algebra functionality, and OpenMP provides primitives for
parallel computing on shared memory machines. They're written in C, C++,
Fortran, and even some as... (more…)
Read more »
It is now time to organize/refactor our code! When you begin, this is a strange process since the final code does the same as before. However, refactoring is the only way to create a code easy to maintain and expand. … Continue reading →... (more…)
Read more »
A library implementing C++'s custom literal suffixes using pure Python. - GitHub - RocketRace/custom-literals: A library implementing C++'s custom literal suffixes using pure Python. (more…)
Read more »
2017 is the year of web apps and API’s. Instead of reinventing the wheel every time, developers make use of scaffoldings and third-party… (more…)
Read more »
Daily COVID-19 epidemiological data, piped in to friendly Pandas dataframes, growth modeling (:construction:) - willhaslett/covid-19-growth... (more…)
Read more »