rowtensorBlockMatrix-class: Matrix class and methods for block structured row-wise tensor...

Description Usage Arguments

Description

Matrix class and methods for block structured row-wise tensor products

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S4 method for signature 'rowtensorBlockMatrix,ANY,ANY,ANY'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'rowtensorBlockMatrix,numeric'
crossprod(x, y)

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

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

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

## S4 method for signature 'rowtensorBlockMatrix'
abs(x)

## S4 method for signature 'rowtensorBlockMatrix'
max(x)

Arguments

x

object of class rowtensorBlockMatrix

i

integer for subsetting rows of x

j

integer for subsetting columns of x

...

further arguments passed to ordinary subsetting functions

drop

logical. If TRUE the result is coerced to the lowest possible dimension.

y

see x

e1

see x

e2

see x


davidruegamer/effortless documentation built on May 15, 2019, 1:15 a.m.