Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
[Modelica 3.2.1/Math/package.mo:2309:9-2309:18:writable]
Error: Type mismatch in assignment in QZ := {{1}} of Real[size(A, 1), size(A, 2)] := Integer[1, 1]
Error: Error occurred while flattening model ModelicaTest.Math.MatricesInModel
[Modelica 3.2.1/Math/package.mo:2298:7-2305:64:writable]
Warning: info was used before it was defined (given a value).
Additional such uses may exist for the variable, but some messages were suppressed.
So this should also be defined by the function (possibly the LAPACK call).
Reported by sjoelund.se on 7 Sep 2012 07:28 UTC
[Modelica 3.2.1/Math/package.mo:2309:9-2309:18:writable] Error: Type mismatch in assignment in QZ := {{1}} of Real[size(A, 1), size(A, 2)] := Integer[1, 1]
Error: Error occurred while flattening model ModelicaTest.Math.MatricesInModel
[Modelica 3.2.1/Math/package.mo:2298:7-2305:64:writable] Warning: info was used before it was defined (given a value). Additional such uses may exist for the variable, but some messages were suppressed.
So this should also be defined by the function (possibly the LAPACK call).
Modified by dietmarw on 7 Sep 2012 07:41 UTC
Patch for the type error in function realSchur:
Moreover, you get:
So this should also be defined by the function (possibly the LAPACK call).
Reported by sjoelund.se on 7 Sep 2012 07:28 UTC
Patch for the type error in function realSchur:
Moreover, you get:
So this should also be defined by the function (possibly the LAPACK call).
Migrated-From: https://trac.modelica.org/Modelica/ticket/801