Changeset 573

Show
Ignore:
Timestamp:
08/18/2007 08:31:52 PM (17 months ago)
Author:
otter
Message:

Fixed about 200 link errors in the generated html file. Reasons:
- "Hierarchical" classes in UsersGuides have been defined with "class"

and not with "package", but Dymola generates sub-hierarchies only
for "packages". Fixed this by renaming the corresponding classes to
"package".

- If a link is included in bold, e.g. <b><a href ....>...</a></b>,

Dymola does not translate the Modelica link in a html link.
Fixed this by removing the bold-type.

- There had been several errors in the link definition

(e.g. href=Modelica:Modelica..). Fixed them all.

- The link Modelica://Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.Internal

was not transformed because no documentation for "Internal" was generated.
It seems useful to not generate documentation for a class called "Internal".
On the other hand, for buses, it seems useful to have the documentation.
Fixed this by renaming "Internal" to "InternalConnectors".

There are the following remaining link errors:

Modelica://Modelica_Fluid.Interfaces
Modelica://Modelica_Fluid.Utilities.PipeFriction
Modelica://Magnetic.Interfaces
Modelica://HyLibLight.Interfaces
Modelica://PneuLibLight.Interfaces
Modelica://ModelicaReference.Operators.SemiLinear
Modelica://ModelicaReference.Operators.string

i.e., links to other libraries. Probably, one cannot do much and
it seems o.k. to have these errors.

Additionally, "versionBuild" (of subversion) was included as top level
annotations. Should be updated, for the release.

Location:
Modelica/trunk/Modelica
Files:
19 modified

Legend:

Unmodified
Added
Removed
  • Modelica/trunk/Modelica/Blocks/package.mo

    r550 r573  
    33  import SI = Modelica.SIunits; 
    44 
     5 
    56extends Modelica.Icons.Library2; 
     7 
    68 
    79annotation(preferedView="info", 
     
    9092</ul> 
    9193</html>")); 
     94 
    9295 
    9396package Examples  
     
    403406For example, in Dymola all variables are listed in the menu that are contained in 
    404407connectors which are derived by inheritance from \"controlBus\". Therefore, in 
    405 <a href=\"Modelica://Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.Internal\">Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.Internal</a> 
     408<a href=\"Modelica://Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors\">BusUsage_Utilities.Interfaces.InternalConnectors</a> 
    406409the expected implementation of the \"ControlBus\" and of the \"SubControlBus\" are given. 
    407410For example \"Internal.ControlBus\" is defined as: 
     
    550553      end SubControlBus; 
    551554       
    552     package Internal  
     555    package InternalConnectors  
    553556        "Internal definitions that are usually not utilized (only indirectly via the expandable connectors)"  
    554557        expandable connector StandardControlBus  
     
    605608</p> 
    606609</html>")); 
    607     end Internal; 
     610    end InternalConnectors; 
    608611      annotation (Documentation(info="<html> 
    609612<p> 
  • Modelica/trunk/Modelica/Electrical/Digital.mo

    r572 r573  
    22package Digital  
    33  "Library for digital electrical components based on the VHDL standard with 9-valued logic and conversion to 2-,3-,4-valued logic"  
    4 class UsersGuide "User's Guide"  
     4package UsersGuide "User's Guide"  
    55     
    66  annotation (DocumentationClass=true, Documentation(info="<html> 
    7 <h4>User's Guide of package Electrical.Digital</h4> 
    87<p> 
    98Library <b>Electrical.Digital</b> is a <b>free</b> Modelica package providing 
     
    3534       
    3635    annotation (Documentation(info="<html> 
    37 <h4>Overview of Library Electrical.Digital</h4> 
    3836<p> 
    3937In this section, an overview of the most important features 
     
    4846       
    4947    annotation (Documentation(info="<html> 
    50 <h4>A first example</h4> 
    5148<p> 
    5249A first example will be given here (not yet done). 
     
    5956       
    6057    annotation (Documentation(info="<html> 
    61 <h4>An application example</h4> 
    6258<p> 
    6359An application example will be given here (not yet done). 
     
    7066       
    7167    annotation (Documentation(info="<html> 
    72 <h4>Release notes</h4> 
    7368<h4>Version 1.0.7, 2005-07-01</h4> 
    7469<ul> 
     
    125120       
    126121    annotation (Documentation(info="<html> 
    127 <h4>Literature</h4> 
    128122<p> 
    129123The Electrical.Digital library is based on the following references: 
     
    162156       
    163157    annotation (Documentation(info="<html> 
    164 <h4>Contact</h4> 
    165158<dl> 
    166159<dt><b>Main Authors:</b> 
  • Modelica/trunk/Modelica/Math/package.mo

    r572 r573  
    7878      <th><i>Description</i></th> 
    7979  </tr> 
    80   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Vectors.isEqual\">isEqual</a>(v1, v2)</td> 
     80  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Vectors.isEqual\">isEqual</a>(v1, v2)</td> 
    8181      <td valign=\"top\">Determines whether two vectors have the same size and elements</td> 
    8282  </tr> 
    83   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Vectors.norm\">norm</a>(v,p)</td> 
     83  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Vectors.norm\">norm</a>(v,p)</td> 
    8484      <td valign=\"top\">p-norm of vector v</td> 
    8585  </tr> 
    86   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Vectors.length\">length</a>(v)</td> 
     86  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Vectors.length\">length</a>(v)</td> 
    8787      <td valign=\"top\">Length of vector v (= norm(v,2), but inlined and therefore usable in  
    8888          symbolic manipulations) </td> 
    8989  </tr> 
    90   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Vectors.normalize\">normalize</a>(v)</td> 
     90  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Vectors.normalize\">normalize</a>(v)</td> 
    9191      <td valign=\"top\">Return normalized vector such that length = 1 and prevent  
    9292          zero-division for zero vector</td> 
    9393  </tr> 
    94   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Vectors.reverse\">reverse</a>(v)</td> 
     94  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Vectors.reverse\">reverse</a>(v)</td> 
    9595      <td valign=\"top\">Reverse vector elements</td> 
    9696  </tr> 
    97   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Vectors.sort\">sort</a>(v)</td> 
     97  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Vectors.sort\">sort</a>(v)</td> 
    9898      <td valign=\"top\">Sort elements of vector in ascending or descending order</td> 
    9999  </tr> 
    100100</table> 
    101101<h4>See also</h4> 
    102 <a href=\"Modelica:Modelica.Math.Matrices\">Matrices</a> 
     102<a href=\"Modelica://Modelica.Math.Matrices\">Matrices</a> 
    103103</HTML>")); 
    104104   
     
    140140</pre></blockquote> 
    141141<h4>See also</h4> 
    142 <a href=\"Modelica:Modelica.Math.Matrices.isEqual\">Matrices.isEqual</a>,  
    143 <a href=\"Modelica:Modelica.Utilities.Strings.isEqual\">Strings.isEqual</a> 
     142<a href=\"Modelica://Modelica.Math.Matrices.isEqual\">Matrices.isEqual</a>,  
     143<a href=\"Modelica://Modelica.Utilities.Strings.isEqual\">Strings.isEqual</a> 
    144144</HTML>")); 
    145145  protected  
     
    217217</pre></blockquote> 
    218218<h4>See also</h4> 
    219 <a href=\"Modelica:Modelica.Math.Matrices.norm\">Matrices.norm</a> 
     219<a href=\"Modelica://Modelica.Math.Matrices.norm\">Matrices.norm</a> 
    220220</HTML>")); 
    221221  algorithm  
     
    258258</pre></blockquote> 
    259259<h4>See also</h4> 
    260 <a href=\"Modelica:Modelica.Math.Vectors.norm\">Vectors.norm</a> 
     260<a href=\"Modelica://Modelica.Math.Vectors.norm\">Vectors.norm</a> 
    261261</html>")); 
    262262  algorithm  
     
    300300</pre></blockquote> 
    301301<h4>See also</h4> 
    302 <a href=\"Modelica:Modelica.Math.Vectors.length\">Vectors.length</a> 
     302<a href=\"Modelica://Modelica.Math.Vectors.length\">Vectors.length</a> 
    303303</html>")); 
    304304  algorithm  
     
    435435      <th><i>Description</i></th> 
    436436  </tr> 
    437   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.isEqual\">isEqual</a>(M1, M2)</td> 
     437  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.isEqual\">isEqual</a>(M1, M2)</td> 
    438438      <td valign=\"top\">Determines whether two matrices have the same size and elements</td> 
    439439  </tr> 
    440   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.norm\">norm</a>(A)</td> 
     440  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.norm\">norm</a>(A)</td> 
    441441      <td valign=\"top\">1-, 2- and infinity-norm of matrix A</td> 
    442442  </tr> 
    443   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.sort\">sort</a>(M)</td> 
     443  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.sort\">sort</a>(M)</td> 
    444444      <td valign=\"top\">Sort rows or columns of matrix in ascending or descending order</td> 
    445445  </tr> 
    446   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.solve\">solve</a>(A,b)</td> 
     446  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.solve\">solve</a>(A,b)</td> 
    447447      <td valign=\"top\">Solve real system of linear equations A*x=b with a b vector</td> 
    448448  </tr> 
    449   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.solve2\">solve2</a>(A,B)</td> 
     449  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.solve2\">solve2</a>(A,B)</td> 
    450450      <td valign=\"top\">Solve real system of linear equations A*X=B with a B matrix</td> 
    451451  </tr> 
    452   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.leastSquares\">leastSquares</a>(A,b)</td> 
     452  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.leastSquares\">leastSquares</a>(A,b)</td> 
    453453      <td valign=\"top\">Solve overdetermined or underdetermined real system of <br> 
    454454          linear equations A*x=b in a least squares sense</td> 
    455455  </tr> 
    456   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.equalityLeastSquares\">equalityLeastSquares</a>(A,a,B,b)</td> 
     456  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.equalityLeastSquares\">equalityLeastSquares</a>(A,a,B,b)</td> 
    457457      <td valign=\"top\">Solve a linear equality constrained least squares problem:<br> 
    458458          min|A*x-a|^2 subject to B*x=b</td> 
    459459  </tr> 
    460   <tr><td valign=\"top\">(LU,p,info) = <a href=\"Modelica:Modelica.Math.Matrices.LU\">LU</a>(A)</td> 
     460  <tr><td valign=\"top\">(LU,p,info) = <a href=\"Modelica://Modelica.Math.Matrices.LU\">LU</a>(A)</td> 
    461461      <td valign=\"top\">LU decomposition of square or rectangular matrix</td> 
    462462  </tr> 
    463   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.LU_solve\">LU_solve</a>(LU,p,b)</td> 
     463  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.LU_solve\">LU_solve</a>(LU,p,b)</td> 
    464464      <td valign=\"top\">Solve real system of linear equations P*L*U*x=b with a<br> 
    465465          b vector and an LU decomposition from \"LU(..)\"</td> 
    466466  </tr> 
    467   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.LU_solve2\">LU_solve2</a>(LU,p,B)</td> 
     467  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.LU_solve2\">LU_solve2</a>(LU,p,B)</td> 
    468468      <td valign=\"top\">Solve real system of linear equations P*L*U*X=B with a<br> 
    469469          B matrix and an LU decomposition from \"LU(..)\"</td> 
    470470  </tr> 
    471   <tr><td valign=\"top\">(Q,R,p) = <a href=\"Modelica:Modelica.Math.Matrices.QR\">QR</a>(A)</td> 
     471  <tr><td valign=\"top\">(Q,R,p) = <a href=\"Modelica://Modelica.Math.Matrices.QR\">QR</a>(A)</td> 
    472472      <td valign=\"top\"> QR decomposition with column pivoting of rectangular matrix (Q*R = A[:,p]) </td> 
    473473  </tr> 
    474   <tr><td valign=\"top\">eval = <a href=\"Modelica:Modelica.Math.Matrices.eigenValues\">eigenValues</a>(A)<br> 
    475           (eval,evec) = <a href=\"Modelica:Modelica.Math.Matrices.eigenValues\">eigenValues</a>(A)</td> 
     474  <tr><td valign=\"top\">eval = <a href=\"Modelica://Modelica.Math.Matrices.eigenValues\">eigenValues</a>(A)<br> 
     475          (eval,evec) = <a href=\"Modelica://Modelica.Math.Matrices.eigenValues\">eigenValues</a>(A)</td> 
    476476      <td valign=\"top\"> Compute eigenvalues and optionally eigenvectors<br> 
    477477           for a real, nonsymmetric matrix </td> 
    478478  </tr> 
    479   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.eigenValueMatrix\">eigenValueMatrix</a>(eigen)</td> 
     479  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.eigenValueMatrix\">eigenValueMatrix</a>(eigen)</td> 
    480480      <td valign=\"top\"> Return real valued block diagonal matrix J of eigenvalues of  
    481481            matrix A (A=V*J*Vinv) </td> 
    482482  </tr> 
    483   <tr><td valign=\"top\">sigma = <a href=\"Modelica:Modelica.Math.Matrices.singularValues\">singularValues</a>(A)<br> 
    484       (sigma,U,VT) = <a href=\"Modelica:Modelica.Math.Matrices.singularValues\">singularValues</a>(A)</td> 
     483  <tr><td valign=\"top\">sigma = <a href=\"Modelica://Modelica.Math.Matrices.singularValues\">singularValues</a>(A)<br> 
     484      (sigma,U,VT) = <a href=\"Modelica://Modelica.Math.Matrices.singularValues\">singularValues</a>(A)</td> 
    485485      <td valign=\"top\"> Compute singular values and optionally left and right singular vectors </td> 
    486486  </tr> 
    487   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.det\">det</a>(A)</td> 
     487  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.det\">det</a>(A)</td> 
    488488      <td valign=\"top\"> Determinant of a matrix (do <b>not</b> use; use rank(..))</td> 
    489489  </tr> 
    490   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.inv\">inv</a>(A)</td> 
     490  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.inv\">inv</a>(A)</td> 
    491491      <td valign=\"top\"> Inverse of a matrix </td> 
    492492  </tr> 
    493   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.rank\">rank</a>(A)</td> 
     493  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.rank\">rank</a>(A)</td> 
    494494      <td valign=\"top\"> Rank of a matrix </td> 
    495495  </tr> 
    496   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.balance\">balance</a>(A)</td> 
     496  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.balance\">balance</a>(A)</td> 
    497497      <td valign=\"top\">Balance a square matrix to improve the condition</td> 
    498498  </tr> 
    499   <tr><td valign=\"top\"><a href=\"Modelica:Modelica.Math.Matrices.exp\">exp</a>(A)</td> 
     499  <tr><td valign=\"top\"><a href=\"Modelica://Modelica.Math.Matrices.exp\">exp</a>(A)</td> 
    500500      <td valign=\"top\"> Compute the exponential of a matrix by adaptive Taylor series<br>  
    501501           expansion with scaling and balancing</td> 
    502502  </tr> 
    503   <tr><td valign=\"top\">(P, G) = <a href=\"Modelica:Modelica.Math.Matrices.integralExp\">integralExp</a>(A,B)</td> 
     503  <tr><td valign=\"top\">(P, G) = <a href=\"Modelica://Modelica.Math.Matrices.integralExp\">integralExp</a>(A,B)</td> 
    504504      <td valign=\"top\"> Compute the exponential of a matrix and its integral</td> 
    505505  </tr> 
    506   <tr><td valign=\"top\">(P, G, GT) = <a href=\"Modelica:Modelica.Math.Matrices.integralExpT\">integralExpT</a>(A,B)</td> 
     506  <tr><td valign=\"top\">(P, G, GT) = <a href=\"Modelica://Modelica.Math.Matrices.integralExpT\">integralExpT</a>(A,B)</td> 
    507507      <td valign=\"top\"> Compute the exponential of a matrix and two integrals</td> 
    508508  </tr> 
     
    523523  
    524524<h4>See also</h4> 
    525 <a href=\"Modelica:Modelica.Math.Vectors\">Vectors</a> 
     525<a href=\"Modelica://Modelica.Math.Vectors\">Vectors</a> 
    526526 
    527527</HTML> 
     
    565565</pre></blockquote> 
    566566<h4>See also</h4> 
    567 <a href=\"Modelica:Modelica.Vectors.isEqual\">Vectors.isEqual</a>,  
    568 <a href=\"Modelica:Modelica.Strings.isEqual\">Strings.isEqual</a> 
     567<a href=\"Modelica://Modelica.Math.Vectors.isEqual\">Vectors.isEqual</a>,  
     568<a href=\"Modelica://Modelica.Utilities.Strings.isEqual\">Strings.isEqual</a> 
    569569</HTML>")); 
    570570  protected  
     
    845845</pre></blockquote> 
    846846<h4>See also</h4> 
    847 <a href=\"Modelica:Modelica.Math.Matrices.LU\">Matrices.LU</a>, 
    848 <a href=\"Modelica:Modelica.Math.Matrices.LU_solve\">Matrices.LU_solve</a> 
     847<a href=\"Modelica://Modelica.Math.Matrices.LU\">Matrices.LU</a>, 
     848<a href=\"Modelica://Modelica.Math.Matrices.LU_solve\">Matrices.LU_solve</a> 
    849849</HTML>")); 
    850850  protected  
     
    915915  
    916916<h4>See also</h4> 
    917 <a href=\"Modelica:Modelica.Math.Matrices.LU\">Matrices.LU</a>, 
    918 <a href=\"Modelica:Modelica.Math.Matrices.LU_solve2\">Matrices.LU_solve2</a> 
     917<a href=\"Modelica://Modelica.Math.Matrices.LU\">Matrices.LU</a>, 
     918<a href=\"Modelica://Modelica.Math.Matrices.LU_solve2\">Matrices.LU_solve2</a> 
    919919</HTML>")); 
    920920  protected  
     
    10841084matrix <code>LU</code> (the diagonal of <b>L</b> is not stored). 
    10851085With the companion function  
    1086 <a href=\"Modelica:Modelica.Math.Matrices.LU_solve\">Matrices.LU_solve</a>, 
     1086<a href=\"Modelica://Modelica.Math.Matrices.LU_solve\">Matrices.LU_solve</a>, 
    10871087this decomposition can be used to solve 
    10881088linear systems (<b>P</b>*<b>L</b>*<b>U</b>)*<b>x</b> = <b>b</b> with different right 
     
    10901090just one right hand side vector <b>b</b> shall be solved, it is 
    10911091more convenient to just use the function 
    1092 <a href=\"Modelica:Modelica.Math.Matrices.solve\">Matrices.solve</a>. 
     1092<a href=\"Modelica://Modelica.Math.Matrices.solve\">Matrices.solve</a>. 
    10931093</p> 
    10941094<p> 
     
    11301130</pre></blockquote> 
    11311131<h4>See also</h4> 
    1132 <a href=\"Modelica:Modelica.Math.Matrices.LU_solve\">Matrices.LU_solve</a>,  
    1133 <a href=\"Modelica:Modelica.Math.Matrices.solve\">Matrices.solve</a>, 
     1132<a href=\"Modelica://Modelica.Math.Matrices.LU_solve\">Matrices.LU_solve</a>,  
     1133<a href=\"Modelica://Modelica.Math.Matrices.solve\">Matrices.solve</a>, 
    11341134</HTML>")); 
    11351135  end LU; 
     
    11671167<b>U</b> is an upper triangular matrix (upper trapezoidal if m &lt; n). 
    11681168The matrices of this decomposition are computed with function 
    1169 <a href=\"Modelica:Modelica.Math.Matrices.LU\">Matrices.LU</a> that 
     1169<a href=\"Modelica://Modelica.Math.Matrices.LU\">Matrices.LU</a> that 
    11701170returns arguments <code>LU</code> and <code>pivots</code> 
    11711171used as input arguments of <code>Matrices.LU_solve</code>. 
     
    11751175just one right hand side vector shall be solved, it is 
    11761176more convenient to just use the function 
    1177 <a href=\"Modelica:Modelica.Math.Matrices.solve\">Matrices.solve</a>. 
     1177<a href=\"Modelica://Modelica.Math.Matrices.solve\">Matrices.solve</a>. 
    11781178</p> 
    11791179<p> 
     
    12061206</pre></blockquote> 
    12071207<h4>See also</h4> 
    1208 <a href=\"Modelica:Modelica.Math.Matrices.LU\">Matrices.LU</a>,  
    1209 <a href=\"Modelica:Modelica.Math.Matrices.solve\">Matrices.solve</a>, 
     1208<a href=\"Modelica://Modelica.Math.Matrices.LU\">Matrices.LU</a>,  
     1209<a href=\"Modelica://Modelica.Math.Matrices.solve\">Matrices.solve</a>, 
    12101210</HTML>")); 
    12111211  algorithm  
     
    12511251<b>U</b> is an upper triangular matrix (upper trapezoidal if m &lt; n). 
    12521252The matrices of this decomposition are computed with function 
    1253 <a href=\"Modelica:Modelica.Math.Matrices.LU\">Matrices.LU</a> that 
     1253<a href=\"Modelica://Modelica.Math.Matrices.LU\">Matrices.LU</a> that 
    12541254returns arguments <code>LU</code> and <code>pivots</code> 
    12551255used as input arguments of <code>Matrices.LU_solve2</code>. 
     
    12591259just one right hand side matrix shall be solved, it is 
    12601260more convenient to just use the function 
    1261 <a href=\"Modelica:Modelica.Math.Matrices.solve2\">Matrices.solve2</a>. 
     1261<a href=\"Modelica://Modelica.Math.Matrices.solve2\">Matrices.solve2</a>. 
    12621262</p> 
    12631263<p> 
     
    12981298</pre></blockquote> 
    12991299<h4>See also</h4> 
    1300 <a href=\"Modelica:Modelica.Math.Matrices.LU\">Matrices.LU</a>,  
    1301 <a href=\"Modelica:Modelica.Math.Matrices.solve2\">Matrices.solve2</a>, 
     1300<a href=\"Modelica://Modelica.Math.Matrices.LU\">Matrices.LU</a>,  
     1301<a href=\"Modelica://Modelica.Math.Matrices.solve2\">Matrices.solve2</a>, 
    13021302</HTML>")); 
    13031303  algorithm  
     
    14471447imaginary part of the eigenvector of the i-th eigenvalue. 
    14481448With function  
    1449 <a href=\"Modelica:Modelica.Math.Matrices.eigenValueMatrix\">Matrices.eigenValueMatrix</a>, 
     1449<a href=\"Modelica://Modelica.Math.Matrices.eigenValueMatrix\">Matrices.eigenValueMatrix</a>, 
    14501450a real block diagonal matrix is constructed from the eigenvalues  
    14511451such that  
     
    14781478</pre></blockquote> 
    14791479<h4>See also</h4> 
    1480 <a href=\"Modelica:Modelica.Math.Matrices.eigenValueMatrix\">Matrices.eigenValueMatrix</a>, 
    1481 <a href=\"Modelica:Modelica.Math.Matrices.singularValues\">Matrices.singularValues</a> 
     1480<a href=\"Modelica://Modelica.Math.Matrices.eigenValueMatrix\">Matrices.eigenValueMatrix</a>, 
     1481<a href=\"Modelica://Modelica.Math.Matrices.singularValues\">Matrices.singularValues</a> 
    14821482</HTML> 
    14831483")); 
     
    15271527from the the two-column matrix <code>eigenvalues</code> 
    15281528(computed by function 
    1529 <a href=\"Modelica:Modelica.Math.Matrices.eigenValues\">Matrices.eigenValues</a>). 
     1529<a href=\"Modelica://Modelica.Math.Matrices.eigenValues\">Matrices.eigenValues</a>). 
    15301530Matrix <code>eigenvalues</code> must have the real part of the 
    15311531eigenvalues in the first column and the imaginary part in the 
     
    15451545</blockquote> 
    15461546<h4>See also</h4> 
    1547 <a href=\"Modelica:Modelica.Math.Matrices.eigenValues\">Matrices.eigenValues</a> 
     1547<a href=\"Modelica://Modelica.Math.Matrices.eigenValues\">Matrices.eigenValues</a> 
    15481548</HTML>")); 
    15491549  protected  
     
    16181618</pre></blockquote> 
    16191619<h4>See also</h4> 
    1620 <a href=\"Modelica:Modelica.Math.Matrices.eigenValues\">Matrices.eigenValues</a> 
     1620<a href=\"Modelica://Modelica.Math.Matrices.eigenValues\">Matrices.eigenValues</a> 
    16211621</HTML>")); 
    16221622  protected  
     
    16501650there are nearly always better numerical algorithms 
    16511651as by computing the determinant. E.g., use function 
    1652 <a href=\"Modelica:Modelica.Math.Matrices.rank\">Matrices.rank</a> 
     1652<a href=\"Modelica://Modelica.Math.Matrices.rank\">Matrices.rank</a> 
    16531653to compute the rank of a matrix. 
    16541654<h4>See also</h4> 
    1655 <a href=\"Modelica:Modelica.Math.Matrices.rank\">Matrices.rank</a>, 
    1656 <a href=\"Modelica:Modelica.Math.Matrices.solve\">Matrices.solve</a> 
     1655<a href=\"Modelica://Modelica.Math.Matrices.rank\">Matrices.rank</a>, 
     1656<a href=\"Modelica://Modelica.Math.Matrices.solve\">Matrices.solve</a> 
    16571657</HTML>")); 
    16581658  algorithm  
     
    56875687          fillColor=10, 
    56885688          rgbfillColor={95,95,95}, 
    5689           fillPattern=1))),  
     5689          fillPattern=1))), 
    56905690    Documentation(info="<html> 
    56915691<p> 
     
    57375737          fillColor=10, 
    57385738          rgbfillColor={95,95,95}, 
    5739           fillPattern=1))),  
     5739          fillPattern=1))), 
    57405740    Documentation(revisions="<html> 
    57415741<p> 
  • Modelica/trunk/Modelica/Mechanics/MultiBody/Examples/Elementary/DoublePendulum.mo

    r550 r573  
    2525object to <b>false</b> to switch off animation of all components. 
    2626</p> 
    27 <p align=\"center\"> 
     27 
     28<table border=0 cellspacing=0 cellpadding=0><tr><td valign=\"top\"> 
    2829<IMG SRC=\"../Images/MultiBody/Examples/Elementary/DoublePendulum.png\"  
    2930ALT=\"model Examples.Elementary.DoublePendulum\"> 
    30 </p> 
     31</td></tr></table> 
     32 
    3133</HTML>")); 
    3234  inner Modelica.Mechanics.MultiBody.World world annotation (extent=[-88, 0; -68, 20]); 
  • Modelica/trunk/Modelica/Mechanics/MultiBody/Examples/Loops/EngineV6.mo

    r550 r573  
    8080up by using instances of one cylinder. For more details on the 
    8181modeling of one cylinder, see example  
    82 <a href=\"Modelica://Modelica.Mechanics.MultiBody.Examples.Loops.Engine\">Engine</a>. 
     82<a href=\"Modelica://Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b\">Engine1b</a>. 
    8383An animation of the engine is shown in the figure below. 
    8484</p> 
  • Modelica/trunk/Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3.mo

    r547 r573  
    372372This is an expandable connector which is \"empty\".  
    373373The actual signal content is defined by connecting to an instance 
    374 of this connector. 
     374of this connector. The signals that are usually used 
     375(and are by default listed as choices in the menu that defines 
     376the connection to this bus) are defined  
     377<a href=\"Modelica://Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.InternalConnectors.AxisControlBus\">here</a>. 
    375378</p> 
    376379 
     
    389392This is an expandable connector which is \"empty\".  
    390393The actual signal content is defined by connecting to an instance 
    391 of this connector. It consists of one instance of the \"AxisControlBus\" 
    392 for every axis. 
     394of this connector. The sub-buses that are usually used 
     395(and are by default listed as choices in the menu that defines 
     396the connection to this bus) are defined  
     397<a href=\"Modelica://Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Components.InternalConnectors.ControlBus\">here</a>. 
    393398</p> 
    394399</html>")); 
     
    17471752</p> 
    17481753</html>")); 
    1749     package Internal "Internal models that should not be used"  
     1754    package InternalConnectors "Internal models that should not be used"  
    17501755      expandable connector AxisControlBus "Data bus for one robot axis"  
    17511756        extends  
     
    17531758        import SI = Modelica.SIunits; 
    17541759         
    1755         Boolean motion_ref "=true, if reference motion is not in rest";