41 NullMatrix(
const NullMatrix&) =
delete;
42 NullMatrix(NullMatrix&&) =
delete;
43 NullMatrix& operator=(NullMatrix&& vector) =
delete;
44 NullMatrix& operator=(
const NullMatrix&) =
delete;
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 --