Stone-Soup
Stone-Soup copied to clipboard
Use vectorised models in other functions
Since #365, all models function
methods need to be vectorised. Whilst this was done for particle filter, this may also be useful (minor speed improvement?) on other methods, like the Jacobian or the unscented transform.
Jacobian updated in #491