solve-bdMatrix-bdMatrix-method: solve method for class bdMatrix

Description Usage Arguments Details

Description

solve method for class bdMatrix

Usage

1
2
## S4 method for signature 'bdMatrix,bdMatrix'
solve(a, b, ...)

Arguments

a

object of class bdMatrix

b

object of class bdMatrix

...

further arguments passed to solve (see ?solve)

Details

Due to the block diagonal structure of a, solving can be performed separately on block levels if a only consists of quadratic blocks. However, solve does not exploit the second argument b as it is done in solve with vectors or matrices. Instead, solve(a,b) simply calculates solve(a)%*%b blockwise for corresponding blocks.


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