MatrixMulVec Struct Reference

Container object for matrix-vector multiplication operation. More...

#include <matrix.hpp>

List of all members.

Public Member Functions

 MatrixMulVec (const Matrix &mat, const class Vector &vec)
 Constructor for MMatrixMulVec with matrix mat and vector vec.

Public Attributes

Matrix_mat
 Pointer to matrix.
Vector_vec
 Pointer to vector.

Friends

class Vector


Detailed Description

Container object for matrix-vector multiplication operation.

This container object is used to store a matrix-vector multiplication operation. For more information about the use of MCRowMatrixMulVec, see MCRowMatrix.


Constructor & Destructor Documentation

MatrixMulVec::MatrixMulVec ( const Matrix mat,
const class Vector vec 
) [inline]

Constructor for MMatrixMulVec with matrix mat and vector vec.


Friends And Related Function Documentation

friend class Vector [friend]


Member Data Documentation

class Matrix* MatrixMulVec::_mat

Pointer to matrix.

class Vector* MatrixMulVec::_vec

Pointer to vector.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 21 13:39:59 2011 for IBSimu by  doxygen 1.4.7