MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
AbstractLinAlgPack_SparseCOOReadMatrix.hpp File Reference
#include <istream>
#include <valarray>
#include "AbstractLinAlgPack_Types.hpp"
Include dependency graph for AbstractLinAlgPack_SparseCOOReadMatrix.hpp:

Go to the source code of this file.

Namespaces

 AbstractLinAlgPack
 

Functions

void AbstractLinAlgPack::read_coo_into_valarrays (std::istream &istrm, size_type &m, size_type &n, size_type &nz, std::valarray< value_type > &a, std::valarray< indice_type > &ivect, std::valarray< indice_type > &jvect)
 Read in a Coordinate Matrix from a C++ input stream and store it in valarrays. More...