Learn R Programming

optmatch (version 0.10.8)

cbind.InfinitySparseMatrix: Combine InfinitySparseMatrices or BlockedInfinitySparseMatrices by row or column

Description

This matches the syntax and semantics of cbind and rbind for matrices.

Usage

# S3 method for InfinitySparseMatrix
cbind(x, y, ...)

# S3 method for InfinitySparseMatrix rbind(x, y, ...)

# S3 method for BlockedInfinitySparseMatrix cbind(x, y, ...)

# S3 method for BlockedInfinitySparseMatrix rbind(x, y, ...)

Value

A combined InfinitySparseMatrix or BlockedInfinitySparseMatrix

Arguments

x

An InfinitySparseMatrix or BlockedInfinitySparseMatrix, agreeing with y in the appropriate dimension.

y

An InfinitySparseMatrix or BlockedInfinitySparseMatrix, agreeing with x in the appropriate dimension.

...

Other arguments ignored.

Author

Mark Fredrickson