IBottomExtensibleMatrix<'T> Type

IBottomExtensibleMatrix extends IMatrix in a way that another matrix of appropriate dimensions can be appended to the bottom of the matrix.

Instance members

Instance member Description

this.AppendBottom

Full Usage: this.AppendBottom

Parameters:
Modifiers: abstract

Append matrix a to the bottom of this matrix. Matrix a must have the same number of columns than this matrix, except this matrix is still empty, in which case the right dimension of this matrix is set.

a : IROMatrix<'T>

The matrix to append.