MatrixVCat(Matrix, DVector) Method |
Vertical concatenation of a matrix and a row vector.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic static Matrix VCat(
Matrix upper,
DVector lower
)
Parameters
- upper Matrix
- Upper matrix.
- lower DVector
- Lower row vector.
Return Value
MatrixA new matrix with one more row.
See Also