CUV  0.9.201304091348
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces | Functions
dia_matrix.hpp File Reference

base class for sparse matrices in DIA format More...

#include <vector>
#include <map>
#include <memory>
#include <iostream>
#include <cuv/basics/tensor.hpp>
#include <cuv/tensor_ops/tensor_ops.hpp>
#include <cuv/basics/matrix.hpp>
#include <cuv/tools/cuv_general.hpp>
Include dependency graph for dia_matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cuv::dia_matrix< __value_type, __memory_space_type, __index_type >
 Class for diagonal matrices. More...

Namespaces

namespace  cuv
 contains all cuv functionality

Functions

template<class V , class T , class I >
ostream & std::operator<< (ostream &o, const cuv::dia_matrix< V, T, I > &w2)
 Return stream containing matrix entries for debugging.

Detailed Description

base class for sparse matrices in DIA format

Author
Hannes Schulz
Date
2010-03-21

Definition in file dia_matrix.hpp.