10void matmul(
const Matrix& A,
const Matrix& B, Matrix& C,
idx block_size);
void matvec(const Matrix &A, const Vector &x, Vector &y)
void matmul(const Matrix &A, const Matrix &B, Matrix &C, idx block_size)
BasicVector< real > Vector
Real-valued dense vector with full backend dispatch (CPU + GPU)