code changed
This commit is contained in:
@@ -106,8 +106,3 @@ Matrix<T, M, P> mat_multiply(Matrix<T, M, N> A, Matrix<T, N, P> B) {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user