Navigation

Operators and Keywords

Function List:

C++ API

 Create a matrix which represents the concatenation of a series of matrices.
 
 C = CatBlockMat(dim,X1,X2,...)

 Create a matrix C which represents the concatenation of a series of matrices
 X1,X2,... over dimension dim. The matrices X1,X2,... can be special matrix
 objects. The resulting matrix C behaves as a regular matrix.

Package: divand