Skip to content
Discussion options

You must be logged in to vote

This

csr_matrix(
                            (
                                [-(dxN / dxNm1), 1 + (dxN / dxNm1)],
                                ([0, 0], [prim_pts - 2, prim_pts - 1]),
                            ),
                            shape=(1, prim_pts),
                        )

is f_N + (dxN/dxNm1) * (f_N-f_Nm1)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@valentinsulzer
Comment options

Answer selected by jelc53
@jelc53
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants