util.h

00001 
00002 #ifndef _math_scmat_util_h
00003 #define _math_scmat_util_h
00004 
00005 #include <math/scmat/elemop.h>
00006 #include <math/scmat/block.h>
00007 
00008 namespace sc {
00009 
00010   void
00011   scmat_perform_op_on_blocks(const Ref<SCElementOp>& op,
00012                              const Ref<SCMatrixBlockList> &blocklist);
00013 
00014 };
00015 
00016 #endif

Generated at Sat Dec 9 14:20:47 2006 for MPQC 2.3.1 using the documentation package Doxygen 1.5.1.