This matches the syntax and semantics of cbind and rbind for matrices.
# 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, ...)
A combined InfinitySparseMatrix or BlockedInfinitySparseMatrix
An InfinitySparseMatrix or BlockedInfinitySparseMatrix,
agreeing with y
in the appropriate dimension.
An InfinitySparseMatrix or BlockedInfinitySparseMatrix,
agreeing with x
in the appropriate dimension.
Other arguments ignored.
Mark Fredrickson