You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Function
M_LS2.Math.Matrices.LAPACK.dorgqr_x
shall be replaced withModelica.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 ofQ
, which is odd.The text was updated successfully, but these errors were encountered: