Your matrix is symmetrical, so no need to transpose, but in general you need to watch out. lapack2 addon won't transpose for you.
On Tue, Aug 4, 2020, 7:25 AM Raul Miller <[email protected]> wrote: > Thanks, I was totally chasing down the wrong rabbit hole on this one. > > Thanks again, > > -- > Raul > > On Mon, Aug 3, 2020 at 7:18 PM Henry Rich <[email protected]> wrote: > > > > *i arguments must be a vector, not an atom. Thus, (,20). Fixing the > > several places this appears I get a result from > > > > > dgeev_jlapack2_(,'N');(,'N');(,20);(,=i.20);(,20);(i.20);(i.20);(,0);(,1);(,0);(,1);(,=i.20);(,*/$=i.20);,0 > > > > Henry Rich > > > > > > On 8/3/2020 7:11 PM, Raul Miller wrote: > > > Hmm... > > > > > > Trying to work through the issues, I currently am getting: > > > > > > dgeev_jlapack2_ > > > > (,'N');(,'N');20;(,=i.20);20;(i.20);(i.20);(,0);1;(,0);1;(,=i.20);(*/$=i.20);0 > > > |domain error: cd > > > > > > cder'' > > > 6 2 > > > > > > Which, according to > > > https://code.jsoftware.com/wiki/Guides/DLLs/Error_Messages means that > > > 20 is not an integer. > > > > > > What am I missing? > > > > > > Thanks, > > > > > > > > > -- > > This email has been checked for viruses by AVG. > > https://www.avg.com > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
