41 NullVector(
const NullVector&) =
delete;
42 NullVector(NullVector&&) =
delete;
43 NullVector& operator=(NullVector&& vector) =
delete;
44 NullVector& operator=(
const NullVector&) =
delete;
MultiVectorImpl * impl()
Get the multivector implementation.
const Space & space() const
Get the space associated to the vector.
void visit(ICopyOnWriteVector &) const
Visit method.
Implementation of an algebraic space.
Computes a vector distribution.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --