Skip to content
Snippets Groups Projects

add eigenvalues and vectors computation for FieldMatrices for field_type float

Merged Nils-Arne Dreier requested to merge eigenvalues_for_float into master
1 unresolved thread

This MR adds support for computing the eigenvalues and vectors for FieldMatrices of field_type float

Merge request reports

Pipeline #25641 passed

Pipeline passed for 9d869143 on eigenvalues_for_float

Approval is optional

Merged by Christian EngwerChristian Engwer 5 years ago (Mar 25, 2020 9:55pm UTC)

Pipeline #25642 passed

Pipeline passed for 921aa784 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
220 229 #endif
221 230 }
222 231
232 void eigenValuesLapackCall(
  • Christian Engwer
  • Nils-Arne Dreier added 2 commits

    added 2 commits

    • e70223b5 - move the LAPACK not found guard to eigenValuesVectorsLapackImpl
    • 6772dd71 - make eigenValuesVectorsLapackImpl fallback to double if the field_type

    Compare with previous version

  • I added a fallback to double if K is not floator double and move the LAPACK-not-found guard to eigenValuesVectorsLapackImpl as you suggested.

  • Nils-Arne Dreier added 2 commits

    added 2 commits

    • f7b40ba5 - move the LAPACK not found guard to eigenValuesVectorsLapackImpl
    • 9d869143 - make eigenValuesVectorsLapackImpl fallback to double if the field_type

    Compare with previous version

  • mentioned in commit 921aa784

  • Please register or sign in to reply
    Loading