Release Version 2.0.0
·
403 commits
to master
since this release
- Dropped support of C++11, now requires a C++14 or higher compiler
- Added support for
std::complex<T>, closing Issue #58 - Added more
NdArrayconstructors for STL containers includingstd::vector<std::vector<T>>, closing Issue #59 - Added
polyfitroutine inline with Numpypolyfit, closing Issue #61 - Added ability to use
NdArrayas container for generic structs - Non-linear least squares fitting using Gauss-Newton
- Root finding routines
- Numerical integration routines
lu_decompositionandpivotLU_decompositionadded toLinalgnamespace- New STL iterators added to
NdArrayiteratorconst_iteratorreverse_iteratorconst_reverse_iteratorcolumn_iteratorconst_column_iteratorreverse_column_iteratorconst_reverse_column_iterator
- Added
rodriguesRotationandwahbasProblemtoRotationsnamespace - Various efficiency and/or bug fixes