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

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

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 typedefMorpheus::ContainerTraits< Container, ValueType, Properties >
const_view() constMorpheus::DenseMatrix< ValueType, Properties >inline
data() constMorpheus::DenseMatrix< ValueType, Properties >inline
DenseMatrix(const DenseMatrix &)=defaultMorpheus::DenseMatrix< ValueType, Properties >
DenseMatrix(DenseMatrix &&)=defaultMorpheus::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)=deleteMorpheus::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 typedefMorpheus::ContainerTraits< Container, ValueType, Properties >
HostMirror typedef (defined in Morpheus::DenseMatrix< ValueType, Properties >)Morpheus::DenseMatrix< ValueType, Properties >
index_type typedefMorpheus::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() constMorpheus::MatrixBase< DenseMatrix, ValueType, Properties... >inline
nnnz() constMorpheus::MatrixBase< DenseMatrix, ValueType, Properties... >inline
non_const_index_type typedefMorpheus::DenseMatrix< ValueType, Properties >
non_const_value_type typedefMorpheus::DenseMatrix< ValueType, Properties >
nrows() constMorpheus::MatrixBase< DenseMatrix, ValueType, Properties... >inline
operator()(size_type i, size_type j) constMorpheus::DenseMatrix< ValueType, Properties >inline
operator=(const DenseMatrix &)=defaultMorpheus::DenseMatrix< ValueType, Properties >
operator=(DenseMatrix &&)=defaultMorpheus::DenseMatrix< ValueType, Properties >
operator=(const DenseMatrix< VR, PR... > &src)Morpheus::DenseMatrix< ValueType, Properties >inline
operator=(const MatrixType &src)=deleteMorpheus::DenseMatrix< ValueType, Properties >
options() constMorpheus::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() constMorpheus::MatrixBase< DenseMatrix, ValueType, Properties... >inline
tag typedefMorpheus::DenseMatrix< ValueType, Properties >
traits typedefMorpheus::DenseMatrix< ValueType, Properties >
type typedefMorpheus::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 typedefMorpheus::DenseMatrix< ValueType, Properties >
value_type typedefMorpheus::DenseMatrix< ValueType, Properties >
view()Morpheus::DenseMatrix< ValueType, Properties >inline
~DenseMatrix()=defaultMorpheus::DenseMatrix< ValueType, Properties >