-
Notifications
You must be signed in to change notification settings - Fork 57
Updates to CP #499
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
base: master
Are you sure you want to change the base?
Updates to CP #499
Conversation
This should be ready to merge but does depend on a BTAS update |
…darray into kmp5/feature/CP
This catch was being ignored when cholesky_solve fails
@evaleev the BTAS PR is ready to merge so this PR is also ready to merge |
src/TiledArray/math/solvers/cp/cp.h
Outdated
TA_ASSERT(!cp_factors.empty(), | ||
"CP factor matrices have not been computed)"); | ||
auto result = cp_factors; | ||
if(with_lambda){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kmp5VT you don't seem to have git hooks installed, please see https://valeevgroup.github.io/tiledarray/dox-master/_workflow-_notes.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added git hooks and ran clang-format but I am not sure if it actually did anything
@kmp5VT is this ready for re-review? |
@evaleev Yes I believe this is ready for review again |
Bump BTAS tag and make a new CP algorithm in TA that computes the decomposition of an order-4 tensor in the THC representation.
TODO