mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added line
This commit is contained in:
@@ -121,7 +121,7 @@ namespace omath
|
|||||||
At(i, j) *= f;
|
At(i, j) *= f;
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
template <size_t OtherColumns>
|
template <size_t OtherColumns>
|
||||||
constexpr Mat<Rows, OtherColumns> operator*=(const Mat<Columns, OtherColumns>& other)
|
constexpr Mat<Rows, OtherColumns> operator*=(const Mat<Columns, OtherColumns>& other)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user