Skip to content

1d Projection matrix #23

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

Merged
merged 3 commits into from
Aug 14, 2021
Merged

1d Projection matrix #23

merged 3 commits into from
Aug 14, 2021

Conversation

pnkraemer
Copy link
Owner

This PR extends the projmat functionality to further return 1d projection matrices.

@@ -121,12 +121,15 @@ def non_preconditioned_discretize(self, dt):

return (state_trans_mat, proc_noise_cov_cholesky)

def make_projection_matrix(self, derivative_to_project_onto):
def projection_matrix(self, derivative_to_project_onto):
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the "make" is implied by this thing being a function/method. Please reject if this is too subjective!

@pnkraemer
Copy link
Owner Author

Sorry, again I will merge, because I need it to finish the diagonal EK1

@pnkraemer pnkraemer merged commit e5e27ab into main Aug 14, 2021
@nathanaelbosch nathanaelbosch deleted the nk/proj-mat branch September 2, 2021 07:36
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

Successfully merging this pull request may close these issues.

1 participant