<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">take care that <span lang="EN-US">i.*.ones(j)
        generates a vector of size </span>130321^2 which is near 2^34.
      With the current Scilab, the array dimensions (ans pointers) are
      stored in 32 bits integers. The crash is probably due to a missing
      test on dimensions in the kronecker product gateway.<br>
      But<span id="result_box" class="short_text" lang="en"><span
          class="hps"> independently</span></span> of that you wont be
      able to generate such a huge vector.<br>
      <br>
      May be you have to think about batch processing.<br>
      <br>
      Serge<br>
      On 21/11/2012 08:50, Paul Carrico wrote:<br>
    </div>
    <blockquote
      cite="mid:000701cdc7bc$e9bb07a0$bd3116e0$@carrico@free.fr"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">All,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><span lang="EN-US">I had the following
            error :<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">-->i=[1:130321]';<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"> <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">-->size(i)<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"> ans  =<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"> <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">    130321.    1.  <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"> <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">-->j=[1:130321]';<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"> <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">-->size(i.*.ones(j))<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Warning !!!<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Scilab has found a
            critical error (EXCEPTION_ACCESS_VIOLATION)<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">with "kron" function.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Save your data and
            restart Scilab.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"> ans  =<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"> <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">    130321.    1.  <o:p></o:p></span></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>