MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
mgx::MMAddOp< DistNhbdT, MatrixT, VectorT, ScalarT > Class Template Reference

#include <DistMatrix.hpp>

Public Member Functions

 MMAddOp (DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &p_mat1, DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &p_mat2)
 

Public Attributes

DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > & mat1
 
DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > & mat2
 

Detailed Description

template<typename DistNhbdT, typename MatrixT, typename VectorT, typename ScalarT>
class mgx::MMAddOp< DistNhbdT, MatrixT, VectorT, ScalarT >

Definition at line 99 of file DistMatrix.hpp.

Constructor & Destructor Documentation

◆ MMAddOp()

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
mgx::MMAddOp< DistNhbdT, MatrixT, VectorT, ScalarT >::MMAddOp ( DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &  p_mat1,
DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &  p_mat2 
)
inline

Definition at line 104 of file DistMatrix.hpp.

Member Data Documentation

◆ mat1

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
DMatrix<DistNhbdT, MatrixT, VectorT, ScalarT>& mgx::MMAddOp< DistNhbdT, MatrixT, VectorT, ScalarT >::mat1

Definition at line 101 of file DistMatrix.hpp.

◆ mat2

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
DMatrix<DistNhbdT, MatrixT, VectorT, ScalarT>& mgx::MMAddOp< DistNhbdT, MatrixT, VectorT, ScalarT >::mat2

Definition at line 102 of file DistMatrix.hpp.


The documentation for this class was generated from the following file: