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

ELLPACK/ITPACK matrix format. More...

Go to the source code of this file.

Classes

class  cusp::ell_matrix< IndexType, ValueType, MemorySpace >
 Packed row (ELLPACK/ITPACK) representation of a sparse matrix. More...
 
class  cusp::ell_matrix_view< ArrayType1, ArrayType2, IndexType, ValueType, MemorySpace >
 View of a ell_matrix. More...
 

Functions

template<typename ArrayType1 , typename ArrayType2 >
ell_matrix_view< ArrayType1, ArrayType2 > cusp::make_ell_matrix_view (size_t num_rows, size_t num_cols, size_t num_entries, ArrayType1 column_indices, ArrayType2 values)
 
template<typename ArrayType1 , typename ArrayType2 , typename IndexType , typename ValueType , typename MemorySpace >
ell_matrix_view< ArrayType1, ArrayType2, IndexType, ValueType, MemorySpace > cusp::make_ell_matrix_view (const ell_matrix_view< ArrayType1, ArrayType2, IndexType, ValueType, MemorySpace > &m)
 
template<typename IndexType , typename ValueType , typename MemorySpace >
ell_matrix< IndexType, ValueType, MemorySpace >::view cusp::make_ell_matrix_view (ell_matrix< IndexType, ValueType, MemorySpace > &m)
 
template<typename IndexType , typename ValueType , typename MemorySpace >
ell_matrix< IndexType, ValueType, MemorySpace >::const_view cusp::make_ell_matrix_view (const ell_matrix< IndexType, ValueType, MemorySpace > &m)
 

Detailed Description

ELLPACK/ITPACK matrix format.

Definition in file ell_matrix.h.