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

#include <DistMatrix.hpp>

Public Member Functions

 MSAddOp (DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > &p_mat, double p_a)
 

Public Attributes

DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > & mat
 
ScalarT a
 

Detailed Description

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

Definition at line 88 of file DistMatrix.hpp.

Constructor & Destructor Documentation

◆ MSAddOp()

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
mgx::MSAddOp< DistNhbdT, MatrixT, VectorT, ScalarT >::MSAddOp ( DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > &  p_mat,
double  p_a 
)
inline

Definition at line 93 of file DistMatrix.hpp.

Member Data Documentation

◆ a

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

Definition at line 91 of file DistMatrix.hpp.

◆ mat

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
DMatrix<DistNhbdT, MatrixT, VectorT, ScalarT>& mgx::MSAddOp< DistNhbdT, MatrixT, VectorT, ScalarT >::mat

Definition at line 90 of file DistMatrix.hpp.


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