hiop icon indicating copy to clipboard operation
hiop copied to clipboard

Replace standard library function with Hiop ones

Open jwang125 opened this issue 4 years ago • 3 comments

Currently using std::max/min in the code. Hoping to replace them with HiopMax and HiopMin so that all the linear algebra can be encapsulated in Hiop. Applies to other commonly used functions as well.

jwang125 avatar Jun 01 '21 16:06 jwang125

Have HiopMax/HiopMin been implemented yet?

ashermancinelli avatar Feb 23 '22 23:02 ashermancinelli

@nychiang : random functions also fit here.

cnpetra avatar Jun 06 '22 21:06 cnpetra

we need

  • random uniform
  • random normal
  • absolute value
  • min
  • max

cnpetra avatar Jun 08 '22 18:06 cnpetra