12#ifndef ARCANE_MATRIX_VECTOR_OPERATIONS_H
13#define ARCANE_MATRIX_VECTOR_OPERATIONS_H
20#include "MatrixExpressionT.h"
21#include "VectorExpressionT.h"
36template <
class M,
class V>
53template<
class M,
class V>
59template <
class M,
class V>
60 VectorAXPY<M,V>::VectorAXPY(
const MatrixExpr<M>& a,
61 const VectorExpr<V>& y)
67template <
class M,
class V>
69VectorAXPY<M,V>::domain() const ()
71 if (!m_a.maps_from().isCompatible(m_x.domain())) {
Indexed set/space to define matrix and vector support.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Matrix Helper class to handle add and scalar multiply.
Class to inherite to perform matrix computations.