19#include "NullMatrix.h"
22#include <alien/utils/ICopyOnWriteObject.h>
30using namespace Arccore;
35NullMatrix::NullMatrix()
43 throw FatalErrorException(
"NullMatrix can't be used in an expression");
49NullMatrix::distribution()
const
51 return m_distribution;
Computes a matrix distribution.
Multi matrices representation container.
const Space & rowSpace() const
Get row space associated to the matrix.
const Space & colSpace() const
Get col space associated to the matrix.
MultiMatrixImpl * impl()
Get the multimatrix implementation.
void visit(ICopyOnWriteMatrix &) const
Visit method.
Implementation of an algebraic space.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --