<br><br><div class="gmail_quote">On Fri, Jul 29, 2011 at 4:31 PM, Liam Healy <span dir="ltr"><<a href="mailto:lhealy@common-lisp.net">lhealy@common-lisp.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Please post a complete (all definitions provided) example of this error (as small as possible please).   Thanks.<br><font color="#888888"><br>Liam</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Sun, Jul 17, 2011 at 12:07 PM, Ravi Desai <span dir="ltr"><<a href="mailto:rd7190@gmail.com" target="_blank">rd7190@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello all,<br>
    I needed to do a matrix-vector multiplication where the matrix would have to be transposed (I checked the dimensions). I tried to use the transpose functionality in the matrix-product function itself.<br>
<br>
(matrix-product v (f1 pattern-index) v0 1.0 1.0 :trans :notrans)<br>
where 'v' is a vector of weights and (f1 pattern-index) returns a vector, and v0 was an empty vector I'd made just prior to this line in the let definition.<br>
<br>
It compiled without any errors, but would say corruption error, and memory fault at 1 (pc=...., sp=...), and that the integrity of this image is possibly compromised, continuing with fingers crossed.<br>
<br>
when I removed the line defining v0 and placed the following instead,<br>
<br>
(matrix-product (matrix-transpose v) (f1 pattern-index))<br>
<br>
The thing compiled perfectly and ran without any errors.<br>
<br>
To be quite honest I prefer using it this way since its more descriptive of whats going on.<br>
<br>
Thanks<br>
<br>
______________________________<u></u>_________________<br>
GSLL-devel mailing list<br>
<a href="mailto:GSLL-devel@common-lisp.net" target="_blank">GSLL-devel@common-lisp.net</a><br>
<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel" target="_blank">http://lists.common-lisp.net/<u></u>cgi-bin/mailman/listinfo/gsll-<u></u>devel</a><br>
</blockquote></div><br>
</div></div></blockquote></div><br>