MatrixTInsert |
public Matrix<T> InsertRow( int rowIndex, Vector<T> row )
| Exception | Condition |
|---|---|
| ArgumentNullException | If row is . |
| ArgumentOutOfRangeException | If rowIndex is < zero or > the number of rows. |
| ArgumentException | If the size of row != the number of columns. |