IBottom |
public interface IBottomExtensibleMatrix<T> : IMatrix<T>, IROMatrix<T> where T : struct, new()
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.IBottomExtensibleMatrix`1"]
The IBottomExtensibleMatrixT type exposes the following members.
Name | Description | |
---|---|---|
ColumnCount | The number of columns of the matrix. (Inherited from IROMatrixT) | |
Item | Get / sets an element of the matrix at (row, col). (Inherited from IMatrixT) | |
RowCount | The number of rows of the matrix. (Inherited from IROMatrixT) |
Name | Description | |
---|---|---|
AppendBottom | 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. |