Skip to content

Commit 22dd810

Browse files
committed
Add using directory for matmul and matvecmul from nda::linalg namespace
1 parent be81a8c commit 22dd810

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

c++/cppdlr/utils.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
namespace cppdlr {
2323
using dcomplex = std::complex<double>;
2424

25+
using nda::linalg::matmul;
26+
using nda::linalg::matvecmul;
27+
2528
static constexpr auto _ = nda::range::all;
2629

2730
/**

0 commit comments

Comments
 (0)