search for: j31

Displaying 8 results from an estimated 8 matches for "j31".

Did you mean: 31
2010 Jan 20
2
Error meaning
...f3 <- pars[1]*(pars[1]+1)*pars[3]^2 f4 <- pars[1]*pars[2]*pars[3](pars[1]+pars[4]) fval  <- c(f1,f2,f3,f4) ## jacobian matrix j11 <- pars[2] j12 <- pars[1] j13 <- 0 j14 <- 0 j21 <-  (2*pars[1]+1)*pars[2]^2 j22 <-  2*pars[2]*pars[1]*(pars[1]+1) j23 <-  0 j24 <-  0 j31 <- (2*pars[1]+1)*pars[3]^2 j32 <- 2*pars[3]*pars[1]*(pars[1]+1) j33 <- 0 j34 <- 0 j41 <- pars[2]*pars[3]*(2*pars[1]+pars[4]) j42 <- pars[3]*(pars[3]^2+pars[3]*pars[4]) j43 <- pars[2]*(pars[3]^2+pars[3]*pars[4]) j44 <- pars[3]*pars[2]*pars[3]                            jacob...
2006 Jun 07
2
help with combination problem
...4 1 20 3 20 21 22 4 J3 3 1 33 1 31 31 33 3 ... JX 3 2 20 2 21 22 24 2 The column samples are identical in both first and second data frames. Third df object: of Dim (200,2). V1 V2 mu1:J1 -11 mu1:J100 -10.4 mu2:J31 11.3 mu2:J2 10.4 ..... ..... muN:JX 34.5 I want to create a combination of Ts and Ns. Where I want to subtract value of T-N in all combinations(225 combinations). Such as T1-N1,T1-N2,T1-N3,T1-N4,T1-N5.......T14-N16 The rows should be the row pairs from 3rd dataframe. The f...
2014 Feb 19
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
..., at function > main: # @main > Lfunc_begin0: > .loc 1 3 0 # test.c:3:0 > # BB#0: # %entry > .loc 1 2 0 prologue_end # test.c:2:0 > [SP + -4] = FP;; > [SP + -8] = J30;; > FP = SP;; > J31 = -40;; > SP = SP + J31;; > #DEBUG_VALUE: main:argc <- undef > #DEBUG_VALUE: main:argv <- undef > R2 = 0;; > R3 = 11;; > [FP + -12] = R2;; > [FP + -16] = R0;; > [FP + -20] = R1;; > .loc 1 4 0 # test.c:4:0 > [FP + -24] = R3;; > R2 = 22;; &...
2014 Dec 08
1
Build On CentOS
...iQEcBAEBAgAGBQJUhTkWAAoJEPo4S5nQw5H/1P4IAKdtC0QIDJGEgYy780jJ67ct fHt1gMpI/7NgGDzlqo4u0tyVyjn+kv+/WOsRHBuEQcRaBp8H26s9BssvF/clEII4 QuGooxF5VuDUQKqGewbMrRvIqFtF6eeGftwg3WroMm5btxSWXLp18ggwfSw2TeKR Yur/RLNJgZgne/3rwuVEmkfL+BU9RuNBb58AwFo8tIbT3um4cYd4tWQOque8H2we tCEAZOes9+EBJHTT2iWelkS5O1BLtkS+K+A4fk1+J31/0oJXt0ZbhdCBd4XuxxRr fknI5DxD6ThS9VQTR8dhlM4fXBSMM7PNvLhGXnc956OpHzGKa91nJZBX+a5kY0w= =Mrwr -----END PGP SIGNATURE-----
2014 Feb 18
1
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
All of this information is contained in the DWARF debug info that you must generate. Are you generating DWARF? If not, you will need to. If so, please attach an example program that contains DWARF and specify which function you are having trouble getting variable information for. Greg Clayton On Feb 18, 2014, at 12:44 AM, 杨勇勇 <triple.yang at gmail.com> wrote: > Hi, all > > I
2014 Feb 18
4
[LLVMdev] How is variable info retrieved in debugging for executables generated by llvm backend?
Hi, all I ported llvm backend and lldb recently. Both tools can basically work. lldb is able to debug programs in asm style and frame unwinding is OK. But "frame variable XX" does not work because lldb is not able to determine the address of XX from debug info. Can someone give any clue? Thanks in advance. -- 杨勇勇 (Yang Yong-Yong) -------------- next part -------------- An HTML
2014 Dec 05
4
Build On CentOS
Tried to Build Tinc. Linker was confused, Makefile lacking reference to -ltinfo I guess. FYI. root at rpzcentos tinc-1.1pre10]# make make all-recursive make[1]: Entering directory `/adev/tinc-1.1pre10' Making all in m4 make[2]: Entering directory `/adev/tinc-1.1pre10/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/adev/tinc-1.1pre10/m4' Making all in
2014 Feb 20
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...c_begin0: > > .loc 1 3 0 # test.c:3:0 > > # BB#0: # %entry > > .loc 1 2 0 prologue_end # test.c:2:0 > > [SP + -4] = FP;; > > [SP + -8] = J30;; > > FP = SP;; > > J31 = -40;; > > SP = SP + J31;; > > #DEBUG_VALUE: main:argc <- undef > > #DEBUG_VALUE: main:argv <- undef > > R2 = 0;; > > R3 = 11;; > > [FP + -12] = R2;; > > [FP + -16] = R0;; > > [FP + -20] = R1;; &g...