ok ok it compiles. commented a lot too so check that out

This commit is contained in:
2026-03-30 07:43:09 -06:00
parent 15bf03097f
commit 0015387d60
9 changed files with 39 additions and 25 deletions

View File

@@ -2,6 +2,7 @@
#include <spider/runtime/common.hpp>
/*
namespace spider {
template<typename T>
@@ -27,3 +28,4 @@ namespace spider {
f64 matrix_det(Matrix<f64> mat);
}
*/