search for: freemat

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

Did you mean: freeman
2010 Aug 25
4
OT: R for iPhone/iPad OS?
No, seriously: I've had more than one person at work wonder what math toolset could be loaded onto iOS. So, before Matlab, FreeMat, Mathematia, SciLab, Octave, or numpy (:-) ) produces a version for iPad, any chance someone is working on R for iPad?
2008 Jan 23
2
[LLVMdev] Issues with IPO optimization passes and JIT
Hello, I am working on an LLVM-based JIT for a dynamically typed language (freemat.sf.net), and would like to commend the LLVM team on an awesome piece of work. One issue I ran into that I was hoping for some clarification. Nominally, I had started out by performing code generation from the AST into a function that was added to the current module. I then ran a PassManager on t...
2010 Dec 15
4
[LLVMdev] example of language with vector as first class type
Hi All Does anyone know any example compiler where it has vector/matrix as first class type like matlab using llvm? If not, does anyone have idea how that should be done on llvm? Thanks Leon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101215/92febead/attachment.html>
2002 Sep 10
2
Hat values for generalized additive models
...for (j=0;j<L.r;j++) + hat[i]+=X.M[i][j]*L.M[j][i]; + } + /*hat[0]=L.r; hat[1]=L.c; hat[2]=X.r; hat[3]=X.c;*/ /* multiply Vp by estimated scale parameter so that it is proper covariance matrix estimate */ for (i=0;i<Vp.r;i++) for (j=0;j<Vp.c;j++) Vp.M[i][j] *= *sig2d; freemat(L); diff -ur c:/usr/temp/work/mgcv/src/mgcv.h ./src/mgcv.h --- c:/usr/temp/work/mgcv/src/mgcv.h 2002-05-09 03:18:28.000000000 +1000 +++ ./src/mgcv.h 2002-09-10 14:09:08.000000000 +1000 @@ -1,7 +1,7 @@ void mgcv(double *yd,double *Xd,double *Cd,double *wd,double *Sd, double *pd, double *sp,in...
2012 Oct 25
2
Minería de texto
Cordial Saludo Actualmente estoy realizando una función para gráficar una nube de palabras el código que tengo es el siguiente: library(twitteR)library(tm)library(wordcloud)library(RXKCD)library(RColorBrewer) tweets=searchTwitter(''@afflorezr'', n=1500) generateCorpus= function(tweets,my.stopwords=c(),min.freq){ #Install the textmining library require(tm) require(wordcloud)