blockmatrix: Tools to solve algebraic systems with partitioned matrices
value S3 method for blockmatrix object
value<- S3 Replacement method for blockmatrix object
as.blockmatrix S3 method for blockmatrix, matrix and NULL obje...
as.matrix S3 method for blockmatrix object
blockmatmult implements the implents betwwen two blockmatrix ( see `...
This function builds a blockmatrix
dim S3 method for blockmatrix object
[ S3 method for blockmatrix object
'[<-' S3 Replacement method for blockmatrix object
is.zero.bolockmatrix
length S3 method for blockmatrix object
Math and Ops group of S3 methods for blockmatrix object
names S3 method for blockmatrix object
ncol S3 method for blockmatrix object
ncol_elements S3 method for blockmatrix object
nrow S3 method for blockmatrix object
nrow_elements S3 method for blockmatrix object
solve
t 'transpose' S3 method for blockmatrix object
Some elementary matrix algebra tools are implemented to manage block matrices or partitioned matrix, i.e. "matrix of matrices" (http://en.wikipedia.org/wiki/Block_matrix). The block matrix is here defined as a new S3 object. In this package, some methods for "matrix" object are rewritten for "blockmatrix" object. New methods are implemented. This package was created to solve equation systems with block matrices for the analysis of environmental vector time series . Bugs/comments/questions/collaboration of any kind are warmly welcomed.