More options for the constructor: coefficients as a C++ std::vector
Added an additional constructor where you can provide the coefficients as std::vector which is useful when creating coefficients iteratively and adding them one by one.
A few minor bug fixes and the JAVA wrapper has now the *aar files included here for direct use in an Android project.