Skip to content

Embedded Performance vs Non-Embedded #603

Discussion options

You must be logged in to vote

Regarding "the frequency does not rely on any timing" : the solver works by choosing a single value rho and then computing a one-time matrix factorisation in the first iteration for a matrix whose entries are partly determined by rho. Subsequent iterations then require only a forward-backward solve using those same factors. This means that the first iteration -- i.e. the one that computes the factors -- is much slower than subsequent ones.

This generally works well, but we sometimes find that our initial choice of rho was not ideal. We therefore have the option to make a new choice and refactor. The downside of doing so is that we must make a new factorisation. The upside is that we can g…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@jamespinkerton
Comment options

Comment options

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

@jamespinkerton
Comment options

Comment options

You must be logged in to vote
1 reply
@jamespinkerton
Comment options

Answer selected by jamespinkerton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants