search for: annamalai

Displaying 7 results from an estimated 7 matches for "annamalai".

2010 Jun 19
2
Call by reference or suggest workaround
I have written code to compute multi-indices in R [1] and due to the recursive nature of the computation I need to pass around the *same* matrix object (where each row corresponds to one multi-index). As pass by reference wasn't the default behavior I declared a global matrix (mat) and used the <<- operator to write to the global matrix. So the usage would be to call genMultiIndices(3,2)
2010 Mar 23
1
Operator overloading for custom classes
Hi, I need some help to get some of the object orientation, specifically the methods that overload the basic arithmetic operations, from sample C++ code to R. I don't have experience with such advanced language features inside of R. So I was wondering if some of you could help me out in this regard. I have written a simple demonstration of a forward mode automatic differentiator in C++ and
2010 Mar 03
1
Mentor for GSOC '10: Symbolic Regression in R
Hi all, I am looking to extend the regression and data analysis capabilities of R through Symbolic Regression that can potentially find implicit equation relationships in the input data. You can find my project proposal at: http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010:syrfr I am looking for a mentor to guide me through the summer on the project under the Google Summer Of
2005 Jan 07
0
arm Linux 2.4.19-rmk7-ds3 with Traffic shaping and Routing.
...control (tc) on my board. Is there any patches available for this kernel and also application. I dont know which version of iproute2 is compitable one with this. i m planning to use iproute2-1.2.7a. Please guide me ... i m trying to implement this from last week... - -- Thanks & Regards K.Annamalai Prakash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFB3mFSk8m0kb/vZlYRAloYAKCaIxi8qt5nCcrnAKPsAl3sJbnHmgCeNew/ 77RRJgIp4szEsZ45jGykpo0= =Ebwj -----END PGP SIGNATURE----- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mai...
2010 Mar 24
0
R-help ordinal regression
...> ? ? ? (Dirk Eddelbuettel) > ? 44. qplot(ggplo2): axis label sizes/colors (milton > ruser) > ? 45. Re: qplot(ggplo2): axis label sizes/colors (Xie > Chao) > ? 46. Displaying equations from .Rd files (AC Del Re) > ? 47. Operator overloading for custom classes > (Chidambaram Annamalai) > ? 48. Re: information module Wilks' lambda criterion > (Charles C. Berry) > ? 49. Creating pdfs using qplot in qqplot2 (Bos, > Roger) > ? 50. Re: Creating pdfs using qplot in qqplot2 > (stephen sefick) > ? 51. Conditional replacement of NA depending on value > in the...
2003 Oct 31
37
File Permissions
I have set up Samba so that all users on my small network can read from my one of my Linux shares as well as write to that share. However, when user A saves a file to that share, user B can't open it -- and vice versa. How can I set up samba so that all files written to that share can be read, modified, and deleted by all users? Thanks in advance for an answer to this question.
2010 Mar 23
1
: Operator overloading for custom classes
Hi, I need some help to get some of the object orientation, specifically the methods that overload the basic arithmetic operations, from sample C++ code to R. I don't have experience with such advanced language features inside of R. So I was wondering if some of you could help me out in this regard. I have written a simple demonstration of a forward mode automatic differentiator in C++ and