rankMatrix-rowtensorBlockMatrix-method: rankMatrix extension for rowtensorBlockMatrix objects

Description Usage Arguments Details

Description

rankMatrix extension for rowtensorBlockMatrix objects

Usage

1
2
## S4 method for signature 'rowtensorBlockMatrix'
rankMatrix(x, method, warn.t)

Arguments

x

object of class rowtensorBlockMatrix or a numeric matrix

...

further arguments passed to Matrix::rankMatrix

Details

if x is a numeric matrix Matrix::rankMatrix is called on x. Else the rank is computed as product of number of colums of the matLeft-slot and the rank of the matRight-slot, which is also calculated via Matrix::rankMatrix


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