New constructor for const arrays
Added a constructor for const arrays which has the benefit of known length of the array so that segfaults can be prevented by design.
Fixed a bug in the Fixed point version which didn't copy the coefficients over.
Also added a lot of details to the documentation and made it doxygen friendly.