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

#include <DistMatrix.hpp>

Public Member Functions

 MVMultOp (DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > &p_mat, DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &p_vec)
 

Public Attributes

DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > & mat
 
DVector< DistNhbdT, MatrixT, VectorT, ScalarT > & vec
 

Detailed Description

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

Definition at line 123 of file DistMatrix.hpp.

Constructor & Destructor Documentation

◆ MVMultOp()

template<typename DistNhbdT , typename MatrixT , typename VectorT , typename ScalarT >
mgx::MVMultOp< DistNhbdT, MatrixT, VectorT, ScalarT >::MVMultOp ( DMatrix< DistNhbdT, MatrixT, VectorT, ScalarT > &  p_mat,
DVector< DistNhbdT, MatrixT, VectorT, ScalarT > &  p_vec 
)
inline

Definition at line 128 of file DistMatrix.hpp.

Member Data Documentation

◆ mat

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

Definition at line 125 of file DistMatrix.hpp.

◆ vec

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

Definition at line 126 of file DistMatrix.hpp.


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