Skip to content

Commit bb12402

Browse files
author
Cameron Custer
committed
docs: remove overflow note from matrix_mult per review
1 parent 343e540 commit bb12402

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

library/math/matrix_related/matrix_mult.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22
//! https://codeforces.com/blog/entry/80195
3-
//! watch for overflow if T is an integer type
43
//! @time O(n * m * inner)
54
//! @space O(n * m)
65
template<class T>

0 commit comments

Comments
 (0)