Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment in documentation is out of date #292

Open
billtubbs opened this issue Aug 26, 2023 · 0 comments
Open

Comment in documentation is out of date #292

billtubbs opened this issue Aug 26, 2023 · 0 comments

Comments

@billtubbs
Copy link

The following comment on the homepage of the documentation is out of date:

It’s already a bit hard to read because of the dot function calls (required because Python does not yet support an operator for matrix multiplication).

This relates to:

K = dot(P, H.T).dot(inv(dot(H, P).dot(H.T) + R))

Since Python 3.5 and NumPy 1.10.0, you can now use the @ operator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant