alignment() const | Morpheus::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) const | Morpheus::DiaMatrix< ValueType, Properties > | inline |
cdiagonal_offsets() const | Morpheus::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 typedef | Morpheus::ContainerTraits< Container, ValueType, Properties > | |
cvalues(size_type i, size_type j) const | Morpheus::DiaMatrix< ValueType, Properties > | inline |
cvalues() const | Morpheus::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 &)=default | Morpheus::DiaMatrix< ValueType, Properties > | |
DiaMatrix(DiaMatrix &&)=default | Morpheus::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)=delete | Morpheus::DiaMatrix< ValueType, Properties > | |
execution_space typedef (defined in Morpheus::DiaMatrix< ValueType, Properties >) | Morpheus::DiaMatrix< ValueType, Properties > | |
format_enum() const | Morpheus::DiaMatrix< ValueType, Properties > | inline |
format_index() const | Morpheus::DiaMatrix< ValueType, Properties > | inline |
host_mirror_backend typedef | Morpheus::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 typedef | Morpheus::DiaMatrix< ValueType, Properties > | |
index_type typedef | Morpheus::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() const | Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... > | inline |
ndiags() const | Morpheus::DiaMatrix< ValueType, Properties > | inline |
nnnz() const | Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... > | inline |
non_const_index_type typedef | Morpheus::DiaMatrix< ValueType, Properties > | |
non_const_value_type typedef | Morpheus::DiaMatrix< ValueType, Properties > | |
nrows() const | Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... > | inline |
operator=(const DiaMatrix &)=default | Morpheus::DiaMatrix< ValueType, Properties > | |
operator=(DiaMatrix &&)=default | Morpheus::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)=delete | Morpheus::DiaMatrix< ValueType, Properties > | |
options() const | Morpheus::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() const | Morpheus::MatrixBase< DiaMatrix, ValueType, Properties... > | inline |
tag typedef | Morpheus::DiaMatrix< ValueType, Properties > | |
traits typedef | Morpheus::DiaMatrix< ValueType, Properties > | |
type typedef | Morpheus::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 typedef | Morpheus::DiaMatrix< ValueType, Properties > | |
value_type typedef | Morpheus::DiaMatrix< ValueType, Properties > | |
values(size_type i, size_type j) | Morpheus::DiaMatrix< ValueType, Properties > | inline |
values() | Morpheus::DiaMatrix< ValueType, Properties > | inline |
~DiaMatrix()=default | Morpheus::DiaMatrix< ValueType, Properties > | |