CUSP
Loading...
Searching...
No Matches
dia_matrix.h File Reference

Diagonal matrix format. More...

Go to the source code of this file.

Classes

class  cusp::dia_matrix< IndexType, ValueType, MemorySpace >
 Diagonal (DIA) representation a sparse matrix. More...
 
class  cusp::dia_matrix_view< ArrayType1, ArrayType2, IndexType, ValueType, MemorySpace >
 View of a dia_matrix. More...
 

Functions

template<typename ArrayType1 , typename ArrayType2 >
dia_matrix_view< ArrayType1, ArrayType2 > cusp::make_dia_matrix_view (size_t num_rows, size_t num_cols, size_t num_entries, ArrayType1 diagonal_offsets, ArrayType2 values)
 
template<typename ArrayType1 , typename ArrayType2 , typename IndexType , typename ValueType , typename MemorySpace >
dia_matrix_view< ArrayType1, ArrayType2, IndexType, ValueType, MemorySpace > cusp::make_dia_matrix_view (const dia_matrix_view< ArrayType1, ArrayType2, IndexType, ValueType, MemorySpace > &m)
 
template<typename IndexType , typename ValueType , class MemorySpace >
dia_matrix< IndexType, ValueType, MemorySpace >::view cusp::make_dia_matrix_view (dia_matrix< IndexType, ValueType, MemorySpace > &m)
 
template<typename IndexType , typename ValueType , class MemorySpace >
dia_matrix< IndexType, ValueType, MemorySpace >::const_view cusp::make_dia_matrix_view (const dia_matrix< IndexType, ValueType, MemorySpace > &m)
 

Detailed Description

Diagonal matrix format.

Definition in file dia_matrix.h.