MPQC 2.3.1
math/scmat/util.h
1
2#ifndef _math_scmat_util_h
3#define _math_scmat_util_h
4
5#include <math/scmat/elemop.h>
6#include <math/scmat/block.h>
7
8namespace sc {
9
10 void
11 scmat_perform_op_on_blocks(const Ref<SCElementOp>& op,
12 const Ref<SCMatrixBlockList> &blocklist);
13
14};
15
16#endif
A template class that maintains references counts.
Definition ref.h:332

Generated at Mon Jan 20 2025 00:00:00 for MPQC 2.3.1 using the documentation package Doxygen 1.13.2.