show,splrMatrix-method {iGraphMatch}R Documentation

"SPLR" Methods

Description

Methods for the splrMatrix class. Most behave like Matrix methods though things like output show the decomposition. Use as.matrix to see the computed dense matrix.

Usage

## S4 method for signature 'splrMatrix'
show(object)

## S4 method for signature 'splrMatrix'
print(x)

## S4 method for signature 'splrMatrix,splrMatrix'
x %*% y

## S4 method for signature 'splrMatrix,matrix_list'
x %*% y

## S4 method for signature 'matrix_list,splrMatrix'
x %*% y

## S4 method for signature 'Matrix,splrMatrix'
x %*% y

## S4 method for signature 'matrix,splrMatrix'
x %*% y

## S4 method for signature 'numeric,splrMatrix'
x %*% y

## S4 method for signature 'numLike,splrMatrix'
x %*% y

## S4 method for signature 'ANY,splrMatrix'
x %*% y

## S4 method for signature 'splrMatrix'
dim(x)

## S4 method for signature 'splrMatrix'
length(x)

## S4 method for signature 'splrMatrix,Matrix'
x %*% y

## S4 method for signature 'splrMatrix,matrix'
x %*% y

## S4 method for signature 'splrMatrix,numeric'
x %*% y

## S4 method for signature 'splrMatrix,numLike'
x %*% y

## S4 method for signature 'splrMatrix,ANY'
x %*% y

## S4 method for signature 'splrMatrix,splrMatrix'
e1 * e2

## S4 method for signature 'Matrix,splrMatrix'
e1 * e2

## S4 method for signature 'splrMatrix,ddiMatrix'
e1 * e2

## S4 method for signature 'ddiMatrix,splrMatrix'
e1 * e2

## S4 method for signature 'matrix,splrMatrix'
e1 * e2

## S4 method for signature 'numeric,splrMatrix'
e1 * e2

## S4 method for signature 'ANY,splrMatrix'
e1 * e2

## S4 method for signature 'splrMatrix,matrix'
e1 * e2

## S4 method for signature 'splrMatrix,Matrix'
e1 * e2

## S4 method for signature 'splrMatrix,numeric'
e1 * e2

## S4 method for signature 'splrMatrix,ANY'
e1 * e2

## S4 method for signature 'splrMatrix,matrix'
e1 / e2

## S4 method for signature 'splrMatrix,Matrix'
e1 / e2

## S4 method for signature 'splrMatrix,ANY'
e1 / e2

## S4 method for signature 'splrMatrix,splrMatrix'
e1 + e2

## S4 method for signature 'splrMatrix,splrMatrix'
e1 - e2

## S4 method for signature 'splrMatrix,Matrix'
e1 + e2

## S4 method for signature 'splrMatrix,numeric'
e1 + e2

## S4 method for signature 'splrMatrix,ANY'
e1 + e2

## S4 method for signature 'splrMatrix,missing'
e1 - e2 = NULL

## S4 method for signature 'splrMatrix,Matrix'
e1 - e2

## S4 method for signature 'splrMatrix,ddiMatrix'
e1 - e2

## S4 method for signature 'splrMatrix,numeric'
e1 - e2

## S4 method for signature 'splrMatrix,ANY'
e1 - e2

## S4 method for signature 'Matrix,splrMatrix'
e1 + e2

## S4 method for signature 'numeric,splrMatrix'
e1 + e2

## S4 method for signature 'ANY,splrMatrix'
e1 + e2

## S4 method for signature 'Matrix,splrMatrix'
e1 - e2

## S4 method for signature 'numeric,splrMatrix'
e1 - e2

## S4 method for signature 'ANY,splrMatrix'
e1 - e2

## S4 method for signature 'splrMatrix,character'
norm(x, type, ...)

## S4 method for signature 'splrMatrix'
rowSums(x, na.rm = FALSE, dims = 1, ...)

## S4 method for signature 'splrMatrix'
colSums(x, na.rm = FALSE, dims = 1, ...)

## S4 method for signature 'splrMatrix'
rowMeans(x, na.rm = FALSE, dims = 1, ...)

## S4 method for signature 'splrMatrix'
colMeans(x, na.rm = FALSE, dims = 1, ...)

## S4 method for signature 'splrMatrix,ANY'
sum(x, ..., na.rm = FALSE)

## S4 method for signature 'splrMatrix'
mean(x, ...)

## S4 method for signature 'splrMatrix,missing,missing,missing'
x[i = NULL, j = NULL, drop = NULL]

## S4 method for signature 'splrMatrix,numeric,numeric,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,missing,numeric,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,missing,numeric,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,missing,logical,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,missing,logical,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,numeric,missing,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,numeric,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,logical,missing,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,logical,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,numeric,ANY,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,numeric,logical,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,numeric,ANY,missing'
x[i, j, ..., drop = FALSE]

## S4 method for signature 'splrMatrix,logical,ANY,ANY'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,logical,ANY,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,logical,numeric,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,logical,numeric,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'splrMatrix,missing,missing,missing'
x[i = NULL, j = NULL, drop = NULL]

## S4 method for signature 'splrMatrix,matrix,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 replacement method for signature 'splrMatrix,numeric,numeric,ANY'
x[i, j, ...] <- value

## S4 replacement method for signature 'splrMatrix,numeric,missing,ANY'
x[i, j, ...] <- value

## S4 replacement method for signature 'splrMatrix,missing,numeric,ANY'
x[i, j, ...] <- value

## S4 replacement method for signature 'Matrix,ANY,ANY,splrMatrix'
x[i, j, ...] <- value

## S4 method for signature 'splrMatrix'
dim(x)

## S4 method for signature 'splrMatrix'
str(object)

## S4 method for signature 'splrMatrix'
t(x)

## S4 method for signature 'splrMatrix'
diag(x)

Arguments

object

As in "Matrix"

x

As in "Matrix"

y

As in "Matrix"

e1

As in "Matrix"

e2

As in "Matrix"

type

As in "Matrix"

...

As in "Matrix"

na.rm

As in "Matrix"

dims

As in "Matrix"

i

As in "Matrix"

j

As in "Matrix"

drop

As in "Matrix"

value

As in "Matrix"

Value

Results of matrix operations for splrMatrix objects. Attempts are made such that the returned object is stored efficiently, either as a splrMatrix or sparse Matrix.


[Package iGraphMatch version 2.0.5 Index]