File: mwhich-methods.Rd

package info (click to toggle)
r-cran-bigmemory 4.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: cpp: 4,930; ansic: 131; sh: 13; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bigmemory.R
\docType{methods}
\name{mwhich-methods}
\alias{mwhich-methods}
\alias{mwhich,big.matrix,ANY,ANY,ANY,character-method}
\alias{mwhich,big.matrix,ANY,ANY,ANY,missing-method}
\alias{mwhich,matrix,ANY,ANY,ANY,character-method}
\alias{mwhich,matrix,ANY,ANY,ANY,missing-method}
\title{Expanded ``which''-like functionality.}
\description{
Implements \code{\link{which}}-like functionality for a
\code{\link{big.matrix}}, with additional options for efficient comparisons
(executed in \acronym{C++}); also works for regular numeric matrices without
the memory overhead.
test
}
\section{Methods}{

\describe{
\item{signature(x = "big.matrix=", cols
= "ANY", vals = "ANY",", " comps = "ANY", op = "character")}{
... }
\item{signature(x = "big.matrix", cols = "ANY", vals =
"ANY",", " comps = "ANY", op = "missing")}{ ... }
\item{signature(x = "matrix", cols = "ANY", vals = "ANY",", "
comps = "ANY", op = "character")}{ ... }
\item{signature(x = "matrix", cols = "ANY", vals = "ANY",",
" comps = "ANY", op = "missing")}{ ... } }
}

\seealso{
\code{\link{big.matrix}}, \code{\link{which}}, \code{\link{mwhich}}
}
\keyword{methods}