How-To… Install LAPACKE (Ubuntu) 4 Nov 201712 Jan 2018 Prerequisites: C/C++ compiler Summary of what you are going to install: BLAS Lapack Lapacke Lapack was originally written in Fortran F90. Lapack uses BLAS, a collection of low level functions…
Best books… Design Patterns 1 Nov 20171 Nov 2017 Design patterns : elements of reusable object-oriented software A great book for design patterns, but it is advanced and hard to read. It is recommended as a follow up…
Best books… Absolute C++ 1 Oct 20171 Apr 2018 Absolute C++, Global Edition Continue reading "Absolute C++"
Best books… C++ Primer 1 Oct 20171 Apr 2018 C++ Primer C++ Primer is one of the best books to start with if you are interested in learning C++, and the first that I would recommend for a beginner.…