-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid too many build_mprk_matrix! methods (#77)
* Avoid too many build_mprk_matrix! methods -WORK IN PROGRESS - MPRK22_old uses old implementation - MPRK22 now uses a single method of build_mprk_matrix! per data type * removed old implementation of build_mprk_matrix! * removed one more method of build_mprk_matrix! * use build_mprk_matrix! within build_mprk_matrix * Removed extra allocation of memory for linprob.A from MPRK22 (inplace). - Now we use P2, which is also used to store an evaluation of the PDS - The implementation is now analogous to MPE. * Added comments about the usage of P in the code of MPE. * moved comments about usage of P in MPE and P2 in MPRK22 to correct position
- Loading branch information
Showing
1 changed file
with
73 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters