Skip to content

Conversation

@jack-pan-ai
Copy link

The gsl_linalg_cholesky_svx is an easy way to achieve the triangular linear solver for one output from cholesky decomposition and one vector. In this algorithm, we only need one forward substitution, while the backward substitution is only used for the context, where the user manually transposes the result from gsl_linalg_cholesky_decomp.

Qilong Pan and others added 2 commits September 12, 2024 13:40
comment the backward, which is not used for this case
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