COMBINATORIAL_BLAS  1.6
SpMat.cpp File Reference
#include <cstdlib>
#include "SpMat.h"
#include "Friends.h"

Go to the source code of this file.

Namespaces

 combblas
 

Functions

template<typename SR , typename NUO , typename IU , typename NU1 , typename NU2 , typename DER1 , typename DER2 >
SpTuples< IU, NUO > * combblas::MultiplyReturnTuples (const SpMat< IU, NU1, DER1 > &A, const SpMat< IU, NU2, DER2 > &B, bool isAT, bool isBT, bool clearA=false, bool clearB=false)
 
template<typename UIT , typename UNT , typename UDER >
std::ofstream & combblas::operator<< (std::ofstream &outfile, const SpMat< UIT, UNT, UDER > &s)
 
template<typename UIT , typename UNT , typename UDER >
std::ifstream & combblas::operator>> (std::ifstream &infile, SpMat< UIT, UNT, UDER > &s)