12#ifndef ARCANE_VECTOR_EXPRESSION_H
13#define ARCANE_VECTOR_EXPRESSION_H
20#include "IndexedSpace.h"
40 operator V&() {
return *
static_cast< V*
>(
this); }
41 operator V const&()
const {
return *
static_cast<const V*
>(
this); }
45 Real operator[](
int i)
const {
46 return static_cast<V const&
>(*this)[i]; }
49 {
return static_cast<V const&
>(*this).domain(); }
Indexed set/space to define matrix and vector support.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Class to inherite to perform matrix computations.