Skip to content

Commit 95d10d0

Browse files
committed
更新頁面
1 parent b1f17dc commit 95d10d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/Matrix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
+ `Matrix& operator+= (double scalar) noexcept`
2828
+ `Matrix& operator-= (double scalar) noexcept`
2929
+ `Matrix& operator*= (double scalar) noexcept`
30+
+ `bool operator== (const Matrix& other) const`:比較矩陣相等
31+
+ `bool operator!= (const Matrix& other) const`:比較矩陣不等
3032
+ `Matrix transpose() const`:矩陣轉置
3133
+ ~~`Matrix inverse() const`~~:矩陣求逆
3234
+ `double dot(const Matrix& other) const`:矩陣內積

0 commit comments

Comments
 (0)