Home Contact About

GASciences

Blog about scientific computing & engineering

Solve “real life” PDEs with linear algebra in C++

In a previous post I talked to you about how you can use the power of linear algebra to solve big syst...

Read more

Introduction to linear Algebra in C++: a basic example with the Eigen library

Eigen is a C++ linear algebra library that is especially designed to help you efficiently perform heavy algebric operations such as matrix and vector calculations. It is particular...

Read more