MatrixTTranspose |
public void TransposeThisAndMultiply( Matrix<T> other, Matrix<T> result )
Exception | Condition |
---|---|
ArgumentException | If this.Rows != other.RowCount. |
ArgumentException | If the result matrix's dimensions are not the this.ColumnCount x other.ColumnCount. |