-
Notifications
You must be signed in to change notification settings - Fork 484
Open
Labels
Description
I was working on an implementation of LBFGS last week in MadNLP (nonlinear optimization solver in Julia) and I discovered that DGMM was only available on GPU (CUBLAS and rocBLAS).
For the implementation of LBFGS or just row / column scaling, it will be nice to have an implementation here in Reference-LAPACK.
DGMM performs A * D or D * A depending on a char side.
A is a dense matrix and D is the diagonal matrix where the diagonal coefficients are provided as a vector d.