28#include <alien/utils/Precomp.h>
60 void operator=(
const IVector&) =
delete;
61 void operator=(
IVector&&) =
delete;
Interface for algebraic space objects.
Interface for all vectors.
virtual const ISpace & space() const =0
Get the space associated to the vector.
virtual MultiVectorImpl * impl()=0
Get the multivector implementation.
virtual const MultiVectorImpl * impl() const =0
Get the multivector implementation.
virtual void visit(ICopyOnWriteVector &) const =0
Visit method.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --