MOOCHO (Single Doxygen Collection)
Version of the Day
|
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... | |