Generic fill functionality for different matrix types. More...
#include <string>
#include <fstream>
#include <sstream>
#include "viennacl/forwards.h"
#include "viennacl/meta/result_of.hpp"
#include <vector>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | viennacl |
namespace | viennacl::traits |
Functions | |
template<typename MatrixType , typename SCALARTYPE > | |
void | fill (MatrixType &matrix, std::size_t row_index, std::size_t col_index, SCALARTYPE value) |
Generic fill functionality for different matrix types.