Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

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 Fri Mar 19 10:48:24 2004 for MPQC 2.2.1 using the documentation package Doxygen 1.3.5.