sm icon indicating copy to clipboard operation
sm copied to clipboard

Some questions.

Open bensvage opened this issue 6 years ago • 0 comments

  1. When we use "set" function, you let element be pushed back directly. However, due to codes in operational functions like add or subtract, it seems that you need elements to be ordered. So should it be correct that you need to reorder elements when you set a new element?

  2. When it comes to "add" function, why "this->m_rows != mat.cols()"? shouldn't it be "!=mat.rows()" because we need't to transpose a matrix when sum two matrices together?

bensvage avatar Mar 27 '19 12:03 bensvage