|
COMBINATORIAL_BLAS
1.3
|
#include <DenseParMat.h>
Public Member Functions | |
| DenseParMat () | |
| DenseParMat (NT value, shared_ptr< CommGrid > grid, IT rows, IT cols) | |
| DenseParMat (NT **seqarr, shared_ptr< CommGrid > grid, IT rows, IT cols) | |
| DenseParMat (const DenseParMat< IT, NT > &rhs) | |
| DenseParMat< IT, NT > & | operator= (const DenseParMat< IT, NT > &rhs) |
| template<typename DER > | |
| DenseParMat< IT, NT > & | operator+= (const SpParMat< IT, NT, DER > &rhs) |
| template<typename _BinaryOperation > | |
| DenseParVec< IT, NT > | Reduce (Dim dim, _BinaryOperation __binary_op, NT identity) const |
| ~DenseParMat () | |
| shared_ptr< CommGrid > | getcommgrid () |
Friends | |
| class | SpParMat |
Definition at line 46 of file DenseParMat.h.
|
inline |
Definition at line 50 of file DenseParMat.h.
|
inline |
Definition at line 54 of file DenseParMat.h.
|
inline |
Definition at line 63 of file DenseParMat.h.
|
inline |
Definition at line 68 of file DenseParMat.h.
|
inline |
Definition at line 89 of file DenseParMat.h.
|
inline |
Definition at line 95 of file DenseParMat.h.
| DenseParMat< IT, NT > & DenseParMat< IT, NT >::operator+= | ( | const SpParMat< IT, NT, DER > & | rhs | ) |
Definition at line 95 of file DenseParMat.cpp.
| DenseParMat< IT, NT > & DenseParMat< IT, NT >::operator= | ( | const DenseParMat< IT, NT > & | rhs | ) |
Definition at line 111 of file DenseParMat.cpp.
| DenseParVec< IT, NT > DenseParMat< IT, NT >::Reduce | ( | Dim | dim, |
| _BinaryOperation | __binary_op, | ||
| NT | identity | ||
| ) | const |
Definition at line 38 of file DenseParMat.cpp.
|
friend |
Definition at line 103 of file DenseParMat.h.
1.8.1.1