MatrixTMultiply(MatrixT, MatrixT) Method |
public void Multiply( Matrix<T> other, Matrix<T> result )
Exception | Condition |
---|---|
ArgumentException | If this.Columns != other.Rows. |
ArgumentException | If the result matrix's dimensions are not the this.Rows x other.Columns. |