lessthanoptimal / ejml

A fast and easy to use linear algebra library written in Java for dense, sparse, real, and complex matrices.
https://ejml.org
561 stars 117 forks source link

Add CommonOps.elementMax and elementMaxAbs functions which also return the coordinate #104

Closed lessthanoptimal closed 3 years ago

lessthanoptimal commented 4 years ago

Do this for DDRM and DSCC

lessthanoptimal commented 4 years ago

DDRM is handled by this PR https://github.com/lessthanoptimal/ejml/pull/106