Learn R Programming

blockmatrix (version 1.0)

solve.blockmatrix: solve

Description

dim S3 solve for blockmatrix object

Usage

"solve" (a, b = NULL, as.blockmatrix = TRUE, ...)

Arguments

a
a blockmatrix or numeric object
b
a blockmatrix or numeric object. If omitted, it is NULL. See Details.
as.blockmatrix
logical value. If TRUE (Default), the output is a blockmatrix object
...
further arguments for method solve

Value

the object x such that a * x = b where * is the matrix product.