search for: vardhan

Displaying 6 results from an estimated 6 matches for "vardhan".

Did you mean: varadhan
2013 Mar 06
3
[LLVMdev] embedding trace functions to generate variable values
...led output, so that on execution of the program, a dump of various variables values over time is generated. It's a little like the old unix program ctrace[1], but using LLVM, instead of rewriting C ! [1] http://docs.oracle.com/cd/E24457_01/html/E22003/ctrace.1.html Thanx in advance, --Vardhan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130306/71334002/attachment.html>
2005 Nov 05
3
Signal id and signal sender pid using dtrace
Hi I have a process which reads a socket using recvfrom. After sometime, for no apparent reason, recvfrom exits with an EINTR causing the sender to barf too. Basically the socket on which these processes were communicating no longer exists. On writing a dtrace, I could determine that a signal was received at that socket causing the EINTR. I do not know of way to see who sent the signal (which
2013 Mar 06
0
[LLVMdev] embedding trace functions to generate variable values
On 3/6/13 4:39 AM, Vardhan Varma wrote: > > Hi, > This is my first post on this forum so please use soft batons (-; > > I'm wondering if there is feature already in LLVM or clang to embed > variable tracing instructions in the compiled output, so that on > execution > of the program, a d...
2003 Feb 04
1
pulling tree : semantics problem
.../zee /home/foo/bar it creates /home/foo/bar/home/foo/bar/zee !! How do i tell rsync to basically cd to /home/foo/bar on remote machine and rsync zee from there, so that here i can 'catch' it /home/foo/bar and don't bother about permissions of /,/home,/home/foo,/home/foo/bar --TIA --Vardhan
2008 Apr 23
1
BB - a new package for solving nonlinear system of equations and for optimization with simple constraints
Hi, We (Paul Gilbert and I) have just released a new R package on CRAN called "BB" (stands for Barzilai-Borwein) that provides functionality for solving large-scale (and small-scale) nonlinear system of equations. Until now, R didn't have any functionality for solving nonlinear systems. We hope that this package fills that need. We also have an implementation of the
2009 Jul 01
2
Difficulty in calculating MLE through NLM
Hi R-friends, Attached is the SAS XPORT file that I have imported into R using following code library(foreign) mydata<-read.xport("C:\\ctf.xpt") print(mydata) I am trying to maximize logL in order to find Maximum Likelihood Estimate (MLE) of 5 parameters (alpha1, beta1, alpha2, beta2, p) using NLM function in R as follows. # Defining Log likelihood - In the function it is noted as