Data Structures | Namespaces

/data/development/ViennaCL/dev/viennacl/linalg/detail/spai/sparse_vector.hpp File Reference

Implementation of a helper sparse vector class for SPAI. Experimental in 1.2.x. More...

#include <utility>
#include <iostream>
#include <fstream>
#include <string>
#include <algorithm>
#include <vector>
#include <math.h>
#include <map>

Go to the source code of this file.

Data Structures

class  sparse_vector< ScalarType >
 Represents sparse vector based on std::map<unsigned int, ScalarType> More...

Namespaces

namespace  viennacl
namespace  viennacl::linalg
namespace  viennacl::linalg::detail
namespace  viennacl::linalg::detail::spai

Detailed Description

Implementation of a helper sparse vector class for SPAI. Experimental in 1.2.x.

SPAI code contributed by Nikolay Lukash