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

#include <DistMatrix.hpp>

Public Member Functions

 VVSubOp (DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &p_vec1, DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &p_vec2)
 

Public Attributes

DVector< DistNhbdT, MatrixT, VectorT, ScalarT > & vec1
 
DVector< DistNhbdT, MatrixT, VectorT, ScalarT > & vec2
 

Detailed Description

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

Definition at line 43 of file DistMatrix.hpp.

Constructor & Destructor Documentation

◆ VVSubOp()

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
mgx::VVSubOp< DistNhbdT, MatrixT, VectorT, ScalarT >::VVSubOp ( DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &  p_vec1,
DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &  p_vec2 
)
inline

Definition at line 48 of file DistMatrix.hpp.

Member Data Documentation

◆ vec1

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
DVector<DistNhbdT, MatrixT, VectorT, ScalarT>& mgx::VVSubOp< DistNhbdT, MatrixT, VectorT, ScalarT >::vec1

Definition at line 45 of file DistMatrix.hpp.

◆ vec2

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
DVector<DistNhbdT, MatrixT, VectorT, ScalarT>& mgx::VVSubOp< DistNhbdT, MatrixT, VectorT, ScalarT >::vec2

Definition at line 46 of file DistMatrix.hpp.


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