-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Milestone
Description
Function M_LS2.Math.Matrices.LAPACK.dorgqr_x
shall be replaced with Modelica.Math.Matrices.LAPACK.dormqr
. But modelica/ModelicaStandardLibrary#4388 shall be resolved first since otherwise the new function call would look like:
Modelica.Math.Matrices.LAPACK.dormqr(Q, Q, tau, "L", "N")
, i.e. with doubled input of Q
, which is odd.