Exemple #1
0
void DiagonalMatrixTemplate<T>::mulVector(const VectorT& a, VectorT& b) const
{
  b.componentMul(a,*this);
}