Displaying 8 results from an estimated 8 matches for "dqrqty".
2001 Mar 22
1
lazy evaluation and DUP=F
...;- as.integer(qr$rank)
ny <- as.integer(NCOL(y))
storage.mode(y) <- "double"
if (NROW(y) != n)
stop("qr and y must have the same number of rows")
qty <- if (is.matrix(y))
matrix(double(n * ny), n, ny)
else double(n)
.Fortran("dqrqty", as.double(qr$qr), n, k, as.double(qr$qraux),
y, ny, qty = qty, PACKAGE = "base", DUP=F)$qty
}
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info"...
2002 May 30
0
se.contrast: matrix contrast.obj doesn't work as documented (PR#1613)
..., y, 1, PACKAGE = "base"))
}
n <- nrow(qr$qr)
p <- ncol(qr$qr)
k <- as.integer(qr$rank)
ny <- NCOL(y)
if (NROW(y) != n)
stop("qr and y must have the same number of rows")
storage.mode(y) <- "double"
.Fortran("dqrqty", as.double(qr$qr), n, k, as.double(qr$qraux),
y, ny, qty = y, PACKAGE = "base")$qty
}
Browse[1]> y
[,1]
[1,] -0.20
[2,] -0.20
[3,] -0.20
[4,] -0.20
[5,] -0.20
[6,] 0.25
[7,] 0.25
[8,] 0.25
[9,] 0.25
[10,] 0.00
[11,] 0...
2004 Mar 01
0
se.contrast ....too hard??? .... Too easy????? .....too trivial???? ...... Too boring.....too????????
...r_qy_real", qr, as.matrix(y), 1, PACKAGE =
"base"))
n <- nrow(qr$qr)
k <- as.integer(qr$rank)
ny <- NCOL(y)
if (NROW(y) != n)
stop("qr and y must have the same number of rows")
storage.mode(y) <- "double"
.Fortran("dqrqty", as.double(qr$qr), n, k, as.double(qr$qraux),
y, ny, qty = y, PACKAGE = "base")$qty
}
Browse[1]>
debug: if (!is.qr(qr)) stop("argument is not a QR decomposition")
Browse[1]>
debug: if (is.complex(qr$qr)) {
y <- as.matrix(y)
if (!is.complex(y))...
2006 Feb 07
0
[R] R compile on AIX 5.2
...0711-317 ERROR: Undefined symbol: dposl
ld: 0711-317 ERROR: Undefined symbol: dqrcf
ld: 0711-317 ERROR: Undefined symbol: dqrdc
ld: 0711-317 ERROR: Undefined symbol: dqrdc2
ld: 0711-317 ERROR: Undefined symbol: dqrls
ld: 0711-317 ERROR: Undefined symbol: dqrsl
ld: 0711-317 ERROR: Undefined symbol: dqrqty
ld: 0711-317 ERROR: Undefined symbol: dqrqy
ld: 0711-317 ERROR: Undefined symbol: dqrrsd
ld: 0711-317 ERROR: Undefined symbol: dqrxb
ld: 0711-317 ERROR: Undefined symbol: dsvdc
ld: 0711-317 ERROR: Undefined symbol: dtrsl
ld: 0711-317 ERROR: Undefined symbol: dtrco
ld: 0711-317 ERROR: Undefined symb...
1998 Sep 11
1
R-beta: cannot make R
...c dposl.f -o dposl.o
dposl.f:
dposl:
f77 -c dqrdc.f -o dqrdc.o
dqrdc.f:
dqrdc:
f77 -c dqrdc2.f -o dqrdc2.o
dqrdc2.f:
dqrdc2:
f77 -c dqrls.f -o dqrls.o
dqrls.f:
dqrls:
f77 -c dqrsl.f -o dqrsl.o
dqrsl.f:
dqrsl:
f77 -c dqrutl.f -o dqrutl.o
dqrutl.f:
dqrqty:
dqrqy:
dqrcf:
dqrrsd:
dqrxb:
f77 -c dsvdc.f -o dsvdc.o
dsvdc.f:
dsvdc:
f77 -c dtrsl.f -o dtrsl.o
dtrsl.f:
dtrsl:
gcc -g -O2 -I../include -c eigen.c
gcc -g -O2 -I../include -c fortran.c
gcc -g -O2 -I../include -c fft.c
f77 -c fmin.f -o fmin.o
fmin....
1998 Dec 08
0
R compile problems with AIX
...ful for file dqrdc.f.
** dqrdc2 === End of Compilation 1 ===
1501-510 Compilation successful for file dqrdc2.f.
** dqrls === End of Compilation 1 ===
1501-510 Compilation successful for file dqrls.f.
** dqrsl === End of Compilation 1 ===
1501-510 Compilation successful for file dqrsl.f.
** dqrqty === End of Compilation 1 ===
** dqrqy === End of Compilation 2 ===
** dqrcf === End of Compilation 3 ===
** dqrrsd === End of Compilation 4 ===
** dqrxb === End of Compilation 5 ===
1501-510 Compilation successful for file dqrutl.f.
** dsvdc === End of Compilation 1 ===
1501-510 Compi...
1998 Dec 08
0
R compile problems with AIX
...ful for file dqrdc.f.
** dqrdc2 === End of Compilation 1 ===
1501-510 Compilation successful for file dqrdc2.f.
** dqrls === End of Compilation 1 ===
1501-510 Compilation successful for file dqrls.f.
** dqrsl === End of Compilation 1 ===
1501-510 Compilation successful for file dqrsl.f.
** dqrqty === End of Compilation 1 ===
** dqrqy === End of Compilation 2 ===
** dqrcf === End of Compilation 3 ===
** dqrrsd === End of Compilation 4 ===
** dqrxb === End of Compilation 5 ===
1501-510 Compilation successful for file dqrutl.f.
** dsvdc === End of Compilation 1 ===
1501-510 Compi...
2001 Jul 25
2
Installation help
...-c dposl.f -o dposl.o
dposl.f:
dposl:
f77 -g -O2 -c dqrdc.f -o dqrdc.o
dqrdc.f:
dqrdc:
f77 -g -O2 -c dqrdc2.f -o dqrdc2.o
dqrdc2.f:
dqrdc2:
f77 -g -O2 -c dqrls.f -o dqrls.o
dqrls.f:
dqrls:
f77 -g -O2 -c dqrsl.f -o dqrsl.o
dqrsl.f:
dqrsl:
f77 -g -O2 -c dqrutl.f -o dqrutl.o
dqrutl.f:
dqrqty:
dqrqy:
dqrcf:
dqrrsd:
dqrxb:
f77 -g -O2 -c dsvdc.f -o dsvdc.o
dsvdc.f:
dsvdc:
f77 -g -O2 -c dtrco.f -o dtrco.o
dtrco.f:
dtrco:
f77 -g -O2 -c dtrsl.f -o dtrsl.o
dtrsl.f:
dtrsl:
f77 -g -O2 -c eigen.f -o eigen.o
eigen.f:
balanc:
balbak:
cbabk2:
cbal:
cdiv:
comqr:
comqr2:
corth:...