Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Morpheus::DiaMatrix< ValueType, Properties > Member List

This is the complete list of members for Morpheus::DiaMatrix< ValueType, Properties >, including all inherited members.

alignment() constMorpheus::DiaMatrix< ValueType, Properties >inline
allocate(const DiaMatrix< VR, PR... > &src)Morpheus::DiaMatrix< ValueType, Properties >inline
array_layout typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
backend typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
base typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
cdiagonal_offsets(size_type n) constMorpheus::DiaMatrix< ValueType, Properties >inline
cdiagonal_offsets() constMorpheus::DiaMatrix< ValueType, Properties >inline
const_index_array_reference typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
const_index_array_type typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
const_pointer typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
const_reference typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
const_value_array_reference typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
const_value_array_type typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
const_value_type typedefMorpheus::ContainerTraits< Container, ValueType, Properties >
cvalues(size_type i, size_type j) constMorpheus::DiaMatrix< ValueType, Properties >inline
cvalues() constMorpheus::DiaMatrix< ValueType, Properties >inline
device_type typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
diagonal_offsets(size_type n)Morpheus::DiaMatrix< ValueType, Properties >inline
diagonal_offsets()Morpheus::DiaMatrix< ValueType, Properties >inline
DiaMatrix(const DiaMatrix &)=defaultMorpheus::DiaMatrix< ValueType, Properties >
DiaMatrix(DiaMatrix &&)=defaultMorpheus::DiaMatrix< ValueType, Properties >
DiaMatrix()Morpheus::DiaMatrix< ValueType, Properties >inline
DiaMatrix(const size_type num_rows, const size_type num_cols, const size_type num_entries, const size_type num_diagonals, const size_type alignment=32)Morpheus::DiaMatrix< ValueType, Properties >inline
DiaMatrix(const size_type num_rows, const size_type num_cols, const size_type num_entries, const IndexArray &diag_offsets, const ValueArray &vals, typename std::enable_if< is_dense_matrix_format_container< ValueArray >::value &&is_dense_vector_format_container< IndexArray >::value &&is_compatible< typename DiaMatrix::value_array_type, ValueArray >::value &&is_compatible< typename DiaMatrix::index_array_type, IndexArray >::value &&!ValueArray::memory_traits::is_unmanaged &&!IndexArray::memory_traits::is_unmanaged >::type *=nullptr)Morpheus::DiaMatrix< ValueType, Properties >inlineexplicit
DiaMatrix(const size_type num_rows, const size_type num_cols, const size_type num_entries, IndexPtr diag_offsets_ptr, ValuePtr vals_ptr, const size_type num_diagonals, const size_type alignment=32, typename std::enable_if<(std::is_pointer< ValuePtr >::value &&is_same_value_type< value_type, ValuePtr >::value &&memory_traits::is_unmanaged) &&(std::is_pointer< IndexPtr >::value &&is_same_index_type< index_type, IndexPtr >::value &&memory_traits::is_unmanaged)>::type *=nullptr) (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >inlineexplicit
DiaMatrix(const DiaMatrix< VR, PR... > &src, typename std::enable_if< is_format_compatible< DiaMatrix, DiaMatrix< VR, PR... > >::value >::type *=nullptr)Morpheus::DiaMatrix< ValueType, Properties >inline
DiaMatrix(const DynamicMatrix< VR, PR... > &src, typename std::enable_if< is_dynamically_compatible< DiaMatrix, DynamicMatrix< VR, PR... > >::value >::type *=nullptr)Morpheus::DiaMatrix< ValueType, Properties >inline
DiaMatrix(const MatrixType &src)=deleteMorpheus::DiaMatrix< ValueType, Properties >
execution_space typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
format_enum() constMorpheus::DiaMatrix< ValueType, Properties >inline
format_index() constMorpheus::DiaMatrix< ValueType, Properties >inline
host_mirror_backend typedefMorpheus::ContainerTraits< Container, ValueType, Properties >
HostMirror typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
index_array_pointer typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
index_array_reference typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
index_array_type typedefMorpheus::DiaMatrix< ValueType, Properties >
index_type typedefMorpheus::DiaMatrix< ValueType, Properties >
is_hostspace enum value (defined in Morpheus::ContainerTraits< Container, ValueType, Properties >)Morpheus::ContainerTraits< Container, ValueType, Properties >
is_managed enum value (defined in Morpheus::ContainerTraits< Container, ValueType, Properties >)Morpheus::ContainerTraits< Container, ValueType, Properties >
MatrixBase()Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
MatrixBase(size_type rows, size_type cols, size_type entries=0)Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
memory_space typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
memory_traits typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
ncols() constMorpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
ndiags() constMorpheus::DiaMatrix< ValueType, Properties >inline
nnnz() constMorpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
non_const_index_type typedefMorpheus::DiaMatrix< ValueType, Properties >
non_const_value_type typedefMorpheus::DiaMatrix< ValueType, Properties >
nrows() constMorpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
operator=(const DiaMatrix &)=defaultMorpheus::DiaMatrix< ValueType, Properties >
operator=(DiaMatrix &&)=defaultMorpheus::DiaMatrix< ValueType, Properties >
operator=(const DiaMatrix< VR, PR... > &src)Morpheus::DiaMatrix< ValueType, Properties >inline
operator=(const DynamicMatrix< VR, PR... > &src)Morpheus::DiaMatrix< ValueType, Properties >inline
operator=(const MatrixType &src)=deleteMorpheus::DiaMatrix< ValueType, Properties >
options() constMorpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
pointer typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
reference typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
resize(const size_type num_rows, const size_type num_cols, const size_type num_entries, const size_type num_diagonals, const size_type alignment=32)Morpheus::DiaMatrix< ValueType, Properties >inline
resize(const DiaMatrix< VR, PR... > &src)Morpheus::DiaMatrix< ValueType, Properties >inline
MatrixBase< DiaMatrix, ValueType, Properties... >::resize(size_type rows, size_type cols, size_type entries)Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
set_alignment(const size_type alignment)Morpheus::DiaMatrix< ValueType, Properties >inline
set_ncols(const size_type cols)Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
set_ndiags(const size_type num_diagonals)Morpheus::DiaMatrix< ValueType, Properties >inline
set_nnnz(const size_type nnz)Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
set_nrows(const size_type rows)Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
set_options(MatrixOptions op)Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
set_structure(MatrixStructure op)Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
size_type typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
structure() constMorpheus::MatrixBase< DiaMatrix, ValueType, Properties... >inline
tag typedefMorpheus::DiaMatrix< ValueType, Properties >
traits typedefMorpheus::DiaMatrix< ValueType, Properties >
type typedefMorpheus::DiaMatrix< ValueType, Properties >
value_array_pointer typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
value_array_reference typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >)Morpheus::DiaMatrix< ValueType, Properties >
value_array_type typedefMorpheus::DiaMatrix< ValueType, Properties >
value_type typedefMorpheus::DiaMatrix< ValueType, Properties >
values(size_type i, size_type j)Morpheus::DiaMatrix< ValueType, Properties >inline
values()Morpheus::DiaMatrix< ValueType, Properties >inline
~DiaMatrix()=defaultMorpheus::DiaMatrix< ValueType, Properties >