basic_dsp_matrix 0.5.2

This lib offers the same operations defined in `basic_dsp_vector` for matrices. It doesn't offer complete matrix algebra by itself and instead is meant to be used in combination with other matrix libs. `basic_dsp_vector` provides digital signal processing based on real or complex vectors in time or frequency domain. Vectors come with basic arithmetic, convolution, Fourier transformation and interpolation operations. The vectors are optimized for sizes of a couple of thousand elements or more.
Documentation

In this lib a matrix is simply a collection of vectors. The idea is that the matrix types can be used to reduce the size of a large matrix and that the return types are basic enough so that other specialized matrix libs can do the rest of the work, e.g. inverting the resulting matrix.