C++ Knowledge
Dear all,
due to my own AFC (Automatic-Flamelet-Constructor) project that I am doing in my spare time, my knowledge in C++ programming increased drastically. The last week I implemented new classes: Tensor, Matrix and Vectors and also added different matrix calculation stuff. The latest implementation was the least square fitting procedure that can be used to calculate polynomial coefficients of an arbitrary polynomial. Based on the fitting procedure that I am doing in the AFC project to avoid complex gas-kinetic calculation, I made a summary about how to calculate the polynomial coefficients on my website: https://www.holzmann-cfd.de/index.php/en/polynomcoefficients
Product Manager | AI tech for Private Equity | Ex-Aston Martin
7 年Just a quick question, did you implement your tools from scratch of use existing C++ libraries? For example: https://en.cppreference.com/w/cpp/container/vector https://www.nongnu.org/tensors/ https://arma.sourceforge.net/