taiwuchiang

Results 15 comments of taiwuchiang

I used your /dev branch. But I have seen it and the previous bug #125 when using the master branch.

Oh, this crash only happens when I set "dRdm1" : "mat", # mat in the test.m.py file If leave it blank, like "dRdm1" : "", # mat then it won't...

Manually to fix the compile error and get the following correct C++ code: int main(int argc, char** argv) { mat dRdm1; uvec _aux_uvec_1; dRdm1 = arma::zeros(9, 21); uword __aux_rowvec_1[] =...

I am using Armadillo v8. So there may be new syntax for doing subview and it's actually simpler. For example, mat M; uvec a; urowvec b; // initialize M, a,...

two issues here: 1) the generated code line dRdm1(arma::strans(_aux_urowvec_1) - 1, 0 ) should be dRdm1(arma::strans(_aux_urowvec_1) - 1, urowvec({ 0 })) 2) if it's possible to declare the aux variable...

well, if transpose column vector to row vector doesn't require data movement, then please ignore the second request. Thanks.

Hello: I have seen this same error too. Could someone explain what it means? Thanks.

Thank you so much for such quick support. Yes, let me get your update and test if it fixed the problem. If not, I will create a codelet that can...

Back Archive Move Delete Spam Re: [jonathf/matlab2cpp] node child _resize not found (#122) Sent Tai-Wu Chiang To: jonathf/matlab2cpp , Jonathan Feinberg Cc: Comment Sep 21 at 5:05 PM Jonathan: You...

Great! This is such a valuable project and will benefit lots people in the long run. Yes, please let me know things like testing or the like that I can...