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

#include <DistMatrix.hpp>

Public Member Functions

 VSMultOp (DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &p_vec, ScalarT p_a)
 

Public Attributes

DVector< DistNhbdT, MatrixT, VectorT, ScalarT > & vec
 
ScalarT a
 

Detailed Description

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

Definition at line 54 of file DistMatrix.hpp.

Constructor & Destructor Documentation

◆ VSMultOp()

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
mgx::VSMultOp< DistNhbdT, MatrixT, VectorT, ScalarT >::VSMultOp ( DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &  p_vec,
ScalarT  p_a 
)
inline

Definition at line 59 of file DistMatrix.hpp.

Member Data Documentation

◆ a

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
ScalarT mgx::VSMultOp< DistNhbdT, MatrixT, VectorT, ScalarT >::a

Definition at line 57 of file DistMatrix.hpp.

◆ vec

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
DVector<DistNhbdT, MatrixT, VectorT, ScalarT>& mgx::VSMultOp< DistNhbdT, MatrixT, VectorT, ScalarT >::vec

Definition at line 56 of file DistMatrix.hpp.


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