search for: functionam

Displaying 5 results from an estimated 5 matches for "functionam".

Did you mean: functional
2011 Aug 09
1
Matlab to R
...ince it's a recursive function it's a bit complicated. Anyway in matlab we can have return statment like [price, notional] = functionname() and also for the same function... notional(1) = functionname() how to do this in R? i have tried using data frame but still getting errors! Yes the functioname() function is recursive...but am guessing it shouldn't matter. also there is no "return" statement in MatLab.......so finding it a bit confusing.
2018 Aug 21
2
Function optimization pass
...he crash? I.e., do you have a stack dump? Does > it hit an assertion (if your LLVM is built in Debug mode/has assertions > enabled)? > > Generally, PassBuilder and passes likely assume a full stack of analysis > managers. You should thus create and populate all of them, not just > FunctionAM, and cross-register their proxies. > > Cheers, > Philip > > On Mon, Aug 20, 2018 at 7:29 PM Ta Thanh Dinh via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> This question has been submitted to stackoverflow ( >> https://stackoverflow.com/questions/519349...
2018 Aug 20
2
Function optimization pass
This question has been submitted to stackoverflow (https://stackoverflow.com/questions/51934964/function-optimization-pass) but someone suggested me that it should be submitted to llvm-dev mailing list instead. I'm sorry for the duplication. I am trying to use PassBulider and FunctionPassManager || to optimize a function in a module, what I have done is: mod = ...load module from LLVM
2011 Apr 14
2
How to see a R code from a package?
Dear R users, Hi. I want know R code of a function: predict.cv.glmnet (which is included in glmnet package). Could you let me know how I can see the R code of the function? Thank you, Soyeon Kim
2011 Mar 20
2
Convert Sweave document to a function
I like Sweave, which I consider to be a great contribution. I have just written a .Rnw document that comes to about 6 pages of mixed code and mathematical explanation. Now I want to turn the R code into a function. My R code currently contains statements like N<-1000 and theta<- pi/10. In the next version of the document, I want N and theta to be parameters of a function, so that they can be