Skip to content

New constructor for const arrays

Compare
Choose a tag to compare
@berndporr berndporr released this 20 Jan 23:59
· 95 commits to master since this release

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.