Description Usage Arguments Details
solve method for class bdMatrix
1 2 |
a |
object of class |
b |
object of class |
... |
further arguments passed to |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.