Skip to contents

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, ...)

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.

Value

A combined InfinitySparseMatrix or BlockedInfinitySparseMatrix

Author

Mark Fredrickson