allocate(const DenseMatrix< VR, PR... > &src) | Morpheus::DenseMatrix< ValueType, Properties > | inline |
array_layout typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
assign(size_type num_rows, size_type num_cols, const value_type val) | Morpheus::DenseMatrix< ValueType, Properties > | inline |
backend typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
base typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
const_pointer typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
const_reference typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
const_value_type typedef | Morpheus::ContainerTraits< Container, ValueType, Properties > | |
const_view() const | Morpheus::DenseMatrix< ValueType, Properties > | inline |
data() const | Morpheus::DenseMatrix< ValueType, Properties > | inline |
DenseMatrix(const DenseMatrix &)=default | Morpheus::DenseMatrix< ValueType, Properties > | |
DenseMatrix(DenseMatrix &&)=default | Morpheus::DenseMatrix< ValueType, Properties > | |
DenseMatrix() | Morpheus::DenseMatrix< ValueType, Properties > | inline |
DenseMatrix(const size_type num_rows, const size_type num_cols, const value_type val=0) | Morpheus::DenseMatrix< ValueType, Properties > | inline |
DenseMatrix(const size_type num_rows, const size_type num_cols, ValuePtr ptr, typename std::enable_if< std::is_pointer< ValuePtr >::value &&is_same_value_type< value_type, ValuePtr >::value &&memory_traits::is_unmanaged >::type *=nullptr) | Morpheus::DenseMatrix< ValueType, Properties > | inlineexplicit |
DenseMatrix(const DenseMatrix< VR, PR... > &src, typename std::enable_if< is_format_compatible< DenseMatrix, DenseMatrix< VR, PR... > >::value >::type *=nullptr) | Morpheus::DenseMatrix< ValueType, Properties > | inline |
DenseMatrix(const MatrixType &src)=delete | Morpheus::DenseMatrix< ValueType, Properties > | |
device_type typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
execution_space typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
host_mirror_backend typedef | Morpheus::ContainerTraits< Container, ValueType, Properties > | |
HostMirror typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
index_type typedef | Morpheus::DenseMatrix< 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< DenseMatrix, ValueType, Properties... > | inline |
MatrixBase(size_type rows, size_type cols, size_type entries=0) | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
memory_space typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
memory_traits typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
ncols() const | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
nnnz() const | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
non_const_index_type typedef | Morpheus::DenseMatrix< ValueType, Properties > | |
non_const_value_type typedef | Morpheus::DenseMatrix< ValueType, Properties > | |
nrows() const | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
operator()(size_type i, size_type j) const | Morpheus::DenseMatrix< ValueType, Properties > | inline |
operator=(const DenseMatrix &)=default | Morpheus::DenseMatrix< ValueType, Properties > | |
operator=(DenseMatrix &&)=default | Morpheus::DenseMatrix< ValueType, Properties > | |
operator=(const DenseMatrix< VR, PR... > &src) | Morpheus::DenseMatrix< ValueType, Properties > | inline |
operator=(const MatrixType &src)=delete | Morpheus::DenseMatrix< ValueType, Properties > | |
options() const | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
pointer typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
reference typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
resize(size_type num_rows, size_type num_cols) | Morpheus::DenseMatrix< ValueType, Properties > | inline |
resize(const DenseMatrix< VR, PR... > &src) | Morpheus::DenseMatrix< ValueType, Properties > | inline |
MatrixBase< DenseMatrix, ValueType, Properties... >::resize(size_type rows, size_type cols, size_type entries) | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
set_ncols(const size_type cols) | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
set_nnnz(const size_type nnz) | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
set_nrows(const size_type rows) | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
set_options(MatrixOptions op) | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
set_structure(MatrixStructure op) | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
size_type typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
structure() const | Morpheus::MatrixBase< DenseMatrix, ValueType, Properties... > | inline |
tag typedef | Morpheus::DenseMatrix< ValueType, Properties > | |
traits typedef | Morpheus::DenseMatrix< ValueType, Properties > | |
type typedef | Morpheus::DenseMatrix< ValueType, Properties > | |
value_array_pointer typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
value_array_reference typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >) | Morpheus::DenseMatrix< ValueType, Properties > | |
value_array_type typedef | Morpheus::DenseMatrix< ValueType, Properties > | |
value_type typedef | Morpheus::DenseMatrix< ValueType, Properties > | |
view() | Morpheus::DenseMatrix< ValueType, Properties > | inline |
~DenseMatrix()=default | Morpheus::DenseMatrix< ValueType, Properties > | |