We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f17dc commit 95d10d0Copy full SHA for 95d10d0
pages/Matrix.md
@@ -27,6 +27,8 @@
27
+ `Matrix& operator+= (double scalar) noexcept`
28
+ `Matrix& operator-= (double scalar) noexcept`
29
+ `Matrix& operator*= (double scalar) noexcept`
30
++ `bool operator== (const Matrix& other) const`:比較矩陣相等
31
++ `bool operator!= (const Matrix& other) const`:比較矩陣不等
32
+ `Matrix transpose() const`:矩陣轉置
33
+ ~~`Matrix inverse() const`~~:矩陣求逆
34
+ `double dot(const Matrix& other) const`:矩陣內積
0 commit comments