CIMPL
C++ Matrix Performance Library
This is my take on designing a fast and easy to use C++ matrix library.
I was annoyed by other existing libraries because of the difficulty
to make them work and their limited capabilities. So I attemted to
design a better one.
CIMPL is a fast, robust and easy to use linear algebra and data analysis
library. Currently at version 0.1, there is some missing capabilities.
CIMPL includes support for BLAS, LAPACK driver routines and very fast
1D and 2D Discrete Fourier transforms through
Intel
MKL performance libraries (No third party downloads are required
to make CIMPL work, everything is self contained).