KyleVaughn / UM2

An unstructured mesh library for automated method of characteristic mesh generation
https://univeristy-of-michigan-unstructured-mesh-code.readthedocs.io/en/main/index.html#
MIT License
7 stars 2 forks source link

Add a dynamically allocated Matrix class #146

Closed KyleVaughn closed 4 months ago

KyleVaughn commented 9 months ago

Needed for scattering matrices.

Blocked by https://github.com/KyleVaughn/UM2/issues/145

One should consider using OpenBLAS or similar for the CPU and cuBLAS or similar for GPU. Writing a performant matrix-matrix or matrix-vector multiply is very hard

KyleVaughn commented 4 months ago

Added with https://github.com/KyleVaughn/UM2/pull/156