Kaiser-Yang/matrix-calculation-accelerator

Header files circular dependency

Closed this issue · 0 comments

We find that matrix.h will depend on mca.h to use the smae thread pool and operators. At the same time, mca.h will depend on matrix.h to use the Matrix calss to implement the operators.

Removing the circular dependency is required.