|
MorphoGraphX
2.0-1-227
|
#include <DistMatrix.hpp>
Public Types | |
| typedef DistNhbdT | DNhbd |
| typedef DistVertex< DistNhbdT, VectorT > | DVertex |
| typedef DNhbd::Vertex | Vertex |
Public Member Functions | |
| DVector (DistVertex< DistNhbdT, VectorT > &vobj) | |
| ~DVector () | |
| DistNhbdT & | nhbd () |
| DistVertex< DistNhbdT, VectorT > & | vobj () |
| void | alloc () |
| void | write () |
| void | read () |
| void | operator= (DVector &v) |
| void | operator= (ScalarT a) |
| void | operator= (DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > &m) |
| void | operator= (VSMultOp< DistNhbdT, MatrixT, VectorT, ScalarT > op) |
| void | operator+= (DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &vec) |
| void | operator-= (DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &vec) |
| void | operator*= (ScalarT a) |
| void | operator/= (ScalarT a) |
| void | operator= (VVAddOp< DistNhbdT, MatrixT, VectorT, ScalarT > op) |
| void | operator= (VVSubOp< DistNhbdT, MatrixT, VectorT, ScalarT > op) |
| const ScalarT | operator* (DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &vec) |
| void | operator= (VSaxpyOp< DistNhbdT, MatrixT, VectorT, ScalarT > op) |
| void | operator= (MVMultOp< DistNhbdT, MatrixT, VectorT, ScalarT > op) |
Definition at line 20 of file DistMatrix.hpp.
| typedef DistNhbdT mgx::DVector< DistNhbdT, MatrixT, VectorT, ScalarT >::DNhbd |
Definition at line 228 of file DistMatrix.hpp.
| typedef DistVertex<DistNhbdT, VectorT> mgx::DVector< DistNhbdT, MatrixT, VectorT, ScalarT >::DVertex |
Definition at line 230 of file DistMatrix.hpp.
| typedef DNhbd::Vertex mgx::DVector< DistNhbdT, MatrixT, VectorT, ScalarT >::Vertex |
Definition at line 232 of file DistMatrix.hpp.
|
inline |
Definition at line 240 of file DistMatrix.hpp.
|
inline |
Definition at line 243 of file DistMatrix.hpp.
|
inline |
Definition at line 252 of file DistMatrix.hpp.
|
inline |
Definition at line 246 of file DistMatrix.hpp.
|
inline |
Definition at line 331 of file DistMatrix.hpp.
|
inline |
Definition at line 306 of file DistMatrix.hpp.
|
inline |
Definition at line 294 of file DistMatrix.hpp.
|
inline |
Definition at line 300 of file DistMatrix.hpp.
|
inline |
Definition at line 312 of file DistMatrix.hpp.
|
inline |
Definition at line 282 of file DistMatrix.hpp.
|
inline |
Definition at line 270 of file DistMatrix.hpp.
|
inline |
Definition at line 345 of file DistMatrix.hpp.
|
inline |
Definition at line 276 of file DistMatrix.hpp.
|
inline |
Definition at line 339 of file DistMatrix.hpp.
|
inline |
Definition at line 288 of file DistMatrix.hpp.
|
inline |
Definition at line 319 of file DistMatrix.hpp.
|
inline |
Definition at line 325 of file DistMatrix.hpp.
|
inline |
Definition at line 264 of file DistMatrix.hpp.
|
inline |
Definition at line 249 of file DistMatrix.hpp.
|
inline |
Definition at line 258 of file DistMatrix.hpp.
1.8.17