![]() |
Ginkgo
Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
|
This is the complete list of members for gko::matrix_data< ValueType, IndexType >, including all inherited members.
cond(size_type size, remove_complex< ValueType > condition_number, RandomDistribution &&dist, RandomEngine &&engine, size_type num_reflectors) | gko::matrix_data< ValueType, IndexType > | inlinestatic |
cond(size_type size, remove_complex< ValueType > condition_number, RandomDistribution &&dist, RandomEngine &&engine) | gko::matrix_data< ValueType, IndexType > | inlinestatic |
diag(dim< 2 > size_, ValueType value) | gko::matrix_data< ValueType, IndexType > | inlinestatic |
diag(dim< 2 > size_, std::initializer_list< ValueType > nonzeros_) | gko::matrix_data< ValueType, IndexType > | inlinestatic |
diag(dim< 2 > size_, const matrix_data &block) | gko::matrix_data< ValueType, IndexType > | inlinestatic |
diag(ForwardIterator begin, ForwardIterator end) | gko::matrix_data< ValueType, IndexType > | inlinestatic |
diag(std::initializer_list< matrix_data > blocks) | gko::matrix_data< ValueType, IndexType > | inlinestatic |
ensure_row_major_order() | gko::matrix_data< ValueType, IndexType > | inline |
index_type typedef (defined in gko::matrix_data< ValueType, IndexType >) | gko::matrix_data< ValueType, IndexType > | |
matrix_data(dim< 2 > size_=dim< 2 >{}, ValueType value=zero< ValueType >()) | gko::matrix_data< ValueType, IndexType > | inline |
matrix_data(dim< 2 > size_, RandomDistribution &&dist, RandomEngine &&engine) | gko::matrix_data< ValueType, IndexType > | inline |
matrix_data(std::initializer_list< std::initializer_list< ValueType >> values) | gko::matrix_data< ValueType, IndexType > | inline |
matrix_data(dim< 2 > size_, std::initializer_list< detail::input_triple< ValueType, IndexType >> nonzeros_) | gko::matrix_data< ValueType, IndexType > | inline |
matrix_data(dim< 2 > size_, const matrix_data &block) | gko::matrix_data< ValueType, IndexType > | inline |
matrix_data(const range< Accessor > &data) | gko::matrix_data< ValueType, IndexType > | inline |
nonzeros | gko::matrix_data< ValueType, IndexType > | |
size | gko::matrix_data< ValueType, IndexType > | |
value_type typedef (defined in gko::matrix_data< ValueType, IndexType >) | gko::matrix_data< ValueType, IndexType > |