solve.blockmatrix {blockmatrix} | R Documentation |
dim
S3 solve for blockmatrix
object
## S3 method for class 'blockmatrix' solve(a, b = NULL, as.blockmatrix = TRUE, ...)
a |
a |
b |
a |
as.blockmatrix |
logical value. If |
... |
further arguments for method |
the object x
such that a * x = b
where
*
is the matrix product.
If b
is missing, i.e. NULL
, it will be
replaced by the corresponding identity matrix. So
x
is calculated as the right inverse of a
.
The matrix system must be nonsingular and nonhomogeneous.
Emanuele Cordano