/usr/include/sc/math/scmat/util.h is in libsc-dev 2.3.1-16.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #ifndef _math_scmat_util_h
#define _math_scmat_util_h
#include <math/scmat/elemop.h>
#include <math/scmat/block.h>
namespace sc {
void
scmat_perform_op_on_blocks(const Ref<SCElementOp>& op,
const Ref<SCMatrixBlockList> &blocklist);
};
#endif
|