28#include <alien/utils/Precomp.h>
60 void operator=(
const IMatrix&) =
delete;
61 void operator=(
IMatrix&&) =
delete;
Interface for all matrices.
virtual const MultiMatrixImpl * impl() const =0
Get the multimatrix implementation.
virtual const ISpace & colSpace() const =0
Get col space associated to the matrix.
virtual MultiMatrixImpl * impl()=0
Get the multimatrix implementation.
virtual void visit(ICopyOnWriteMatrix &) const =0
Visit method.
virtual const ISpace & rowSpace() const =0
Get row space associated to the matrix.
Interface for algebraic space objects.
Multi matrices representation container.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --