| #
67e831d3
|
| 25-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/psanan/docs-fixes-2020-03-25'
Doc fixes (prerequisites for Sphinx docs)
See merge request petsc/petsc!2633
|
| #
f0fc11ce
|
| 15-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
docs: fix sowing list syntax/incomplete man page
|
| #
91b4bad1
|
| 05-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/2020/02/02/add-to-addm-manualpages'
Additions to some of the ADDM manual pages, a few static function additions
See merge request petsc/petsc!2499
|
| #
a5a2f7ac
|
| 03-Feb-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix incorrect Input Parameters change, add missing .seealso
|
| #
7f5c9be9
|
| 03-Feb-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Additions to some of the ADDM manual pages, a few static function additions
Commit-type: style-fix, documentation
|
| #
ce55d65e
|
| 31-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hsuh/admm-wrapper' into 'master'
TAOADMM
See merge request petsc/petsc!2453
|
| #
6285c0a3
|
| 31-Jan-2020 |
Hansol Suh <hansol.suh.123@gmail.com> |
TAOADMM algorithm is implemented. Example is provided in tomographyADMM.c
It solves f(x) + g(z) s.t. Ax + Bz = c, where user can provide A,B Jacobian constraints, c constraint vector, and TAO constr
TAOADMM algorithm is implemented. Example is provided in tomographyADMM.c
It solves f(x) + g(z) s.t. Ax + Bz = c, where user can provide A,B Jacobian constraints, c constraint vector, and TAO constraints for f,g subsolvers. Default behavior of Soft Threshold is implemented for L1 case.
remove test c file
show more ...
|