19#include "CompositeMultiMatrixImpl.h"
21#include <alien/kernels/composite/CompositeMatrix.h>
22#include <alien/kernels/composite/CompositeSpace.h>
33namespace CompositeKernel
40 : std::tuple<std::shared_ptr<
Space>, std::shared_ptr<
Space>>{ std::make_shared<Space>(),
41 std::make_shared<Space>() }
43 std::make_shared<MatrixDistribution>(MatrixDistribution()))
45 insert(
"composite",
new Matrix(
this));
Multi matrices representation container.
MultiMatrixImpl()
Default constructor.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --