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