Learn R Programming

blockmatrix (version 1.0)

blockmatrix: Tools to solve algebraic systems with partitioned matrices

Description

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.

Copy Link

Version

Install

install.packages('blockmatrix')

Monthly Downloads

185

Version

1.0

License

GPL (>= 2)

Last Published

January 19th, 2014

Functions in blockmatrix (1.0)

ncol.blockmatrix

ncol S3 method for blockmatrix object
value

value S3 method for blockmatrix object
blockmatrix

This function builds a blockmatrix
Math.blockmatrix

Math and Ops group of S3 methods for blockmatrix object
blockmatmult

dim.blockmatrix

dim S3 method for blockmatrix object
t.blockmatrix

t 'transpose' S3 method for blockmatrix object
as.blockmatrix

as.blockmatrix S3 method for blockmatrix, matrix and NULL object
[<-.blockmatrix

'[<-' S3 Replacement method for blockmatrix object
is.zero.blockmatrix

is.zero.bolockmatrix
value<-

value<- S3 Replacement method for blockmatrix object
nrow.blockmatrix

nrow S3 method for blockmatrix object
as.matrix.blockmatrix

as.matrix S3 method for blockmatrix object
[.blockmatrix

names.blockmatrix

names S3 method for blockmatrix object
length.blockmatrix

length S3 method for blockmatrix object
nrow_elements

nrow_elements S3 method for blockmatrix object
solve.blockmatrix

solve
ncol_elements

ncol_elements S3 method for blockmatrix object