Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace > Member List

This is the complete list of members for cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >, including all inherited members.

coocusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >
ellcusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >
hyb_matrix_view(void)cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >inline
hyb_matrix_view(OtherMatrixType1 &ell, OtherMatrixType2 &coo)cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >inline
hyb_matrix_view(const OtherMatrixType1 &ell, const OtherMatrixType2 &coo)cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >inline
hyb_matrix_view(hyb_matrix< IndexType, ValueType, MemorySpace > &matrix)cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >inline
hyb_matrix_view(const hyb_matrix< IndexType, ValueType, MemorySpace > &matrix)cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >inline
hyb_matrix_view(hyb_matrix_view &matrix)cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >inline
hyb_matrix_view(const hyb_matrix_view &matrix)cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >inline
resize(size_t num_rows, size_t num_cols, size_t num_ell_entries, size_t num_coo_entries, size_t num_entries_per_row, size_t alignment=32)cusp::hyb_matrix_view< MatrixType1, MatrixType2, IndexType, ValueType, MemorySpace >