operator / abstract method

Matrix<T> operator /(
  1. Matrix<T> other
)

Returns the division of two matrices.

Implementation

Matrix<T> operator /(Matrix<T> other);