#include <matrix-domain.h>
Inheritance diagram for MVProductDomain:
This class implements a method mulColSPD that multiplies a column-represented matrix by a dense vector
Public Types | |
typedef Field::Element | Element |
Public Methods | |
MVProductDomain () | |
Protected Methods | |
template<class Vector1, class Matrix, class Vector2> Vector1 & | mulColDense (const VectorDomain< Field > &VD, Vector1 &w, const Matrix &A, const Vector2 &v) const |
|
|
|
|
|
|