44 #ifndef COOM_PARTITION_OUT_H 
   45 #define COOM_PARTITION_OUT_H 
   47 #include "AbstractLinAlgPack_COOMatrixTmplOutFunc.hpp" 
   49 namespace AbstractLinAlgPack {
 
   55 template <
class T_Indice, 
class T_Value>
 
   56 inline std::ostream& operator<<(std::ostream& os
 
   57   , 
const COOMatrixPartitionedViewUtilityPack::Partition<T_Indice,T_Value>& part) {
 
   58   return output_COOM(os,part,0);
 
   65 template <
class T_Indice, 
class T_Value>
 
   66 inline std::ostream& operator<<(std::ostream& os
 
   67   , 
const COOMatrixPartitionedViewUtilityPack::TransposedPartition<T_Indice,T_Value>& trans_part)
 
   69   return output_COOM(os,trans_part,0);