Skip to content

Recursive implementation for MatMult_LMVMDBFGS and MatSolve_LMVMDDFP

Hansol Suh requested to merge hsuh/lmvm-dense-recursive into main

Added recursive implementation for MatMult_LMVMDBFGS and MatSolve_LMVMDDFP, as an option to avoid Cholesky factorizaation.

According documentation is also added.

The act of submitting a merge request will be understood as an affirmation of the Developer’s Certificate of Origin 1.1 at https://petsc.org/release/install/license/

See https://petsc.org/release/developers/integration/ for instructions on preparing and submitting a merge request. If the merge request is not from a fork, then you must

  • List yourself as assignee
  • List one or more reviewers
  • Select labels including liking workflow::Review

For merge request from a fork

  • make sure the fork is not private - gitlab MR process (pipelines, merge) breaks with it.
  • cc: one of the developers in the MR description who can shepherd the MR
Edited by Hansol Suh

Merge request reports