#include <AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp>
Public types | |
| typedef AbstractLinAlgPack::size_type | size_type |
| | |
| typedef Partition< T_Indice, T_Value > | partition_type |
| | |
| typedef ptrdiff_t | difference_type |
| | |
| typedef SparseCOOPtrElement< T_Indice, T_Value > | element_type |
| | |
| typedef element_type * | iterator |
| | |
| typedef const element_type * | const_iterator |
| | |
Constructors and initializes | |
| The default copy constructor is allowed since it has the proper sematics. | |
| Partition () | |
| Constructs an uninitialized partition view. | |
| Partition (size_type rows, size_type cols, size_type nz, element_type *ele, difference_type row_offset, difference_type col_offset) | |
| Construct with the COO matrix initialized. | |
| void | initialize (size_type rows, size_type cols, size_type nz, element_type *ele, difference_type row_offset, difference_type col_offset) |
| Initialize the COO matrix. | |
| void | bind (const partition_type &partition) |
| bind to a partion. | |
COOMatrixTemplateInterface interface | |
| size_type | rows () const |
| | |
| size_type | cols () const |
| | |
| size_type | nz () const |
| | |
| difference_type | row_offset () const |
| | |
| difference_type | col_offset () const |
| | |
| iterator | begin () |
| | |
| const_iterator | begin () const |
| | |
| iterator | end () |
| | |
| const_iterator | end () const |
| | |
This class represents the abstraction of the submatrx or submatrices in a partion or a set of continous partitions in a COO matrix.
Its interface conforms to the template specification COOMatrixTemplateInterface so that it can be used with all of the linear algebra functions defined for that interface.
Definition at line 620 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp.
|
|||||
|
Definition at line 627 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||
|
Definition at line 629 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||
|
Definition at line 631 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||
|
Definition at line 633 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||
|
Definition at line 635 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||
|
Definition at line 637 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Constructs an uninitialized partition view. Postconditions:{itemize} rows() == 0# cols() == 0# nz() == 0# row_offset() == 0# col_offset() == 0# {itemize} Definition at line 900 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
||||||||||||||||||||||||||||||||
|
Construct with the COO matrix initialized. Equivalent to calling the default constructor and initialize(...)#. Definition at line 905 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
||||||||||||||||||||||||||||||||
|
Initialize the COO matrix.
Definition at line 917 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
||||||||||
|
bind to a partion. ToDo: finish documentation for this function Definition at line 934 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 943 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 950 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 957 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 964 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 971 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 978 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 986 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 994 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
|
|||||||||
|
Definition at line 1002 of file AbstractLinAlgPack_COOMatrixPartitionedViewClassDecl.hpp. |
1.3.9.1