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

#include <DistMatrix.hpp>

Public Member Functions

 MSMultOp (DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &p_mat, ScalarT 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::MSMultOp< DistNhbdT, MatrixT, VectorT, ScalarT >

Definition at line 78 of file DistMatrix.hpp.

Constructor & Destructor Documentation

◆ MSMultOp()

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

Definition at line 82 of file DistMatrix.hpp.

Member Data Documentation

◆ a

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

Definition at line 81 of file DistMatrix.hpp.

◆ mat

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

Definition at line 80 of file DistMatrix.hpp.


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