36class ALIEN_REFSEMANTIC_EXPORT Matrix final :
public IMatrix
43 Matrix(Integer nrows, Integer ncols, Integer nrows_local,
44 IMessagePassingMng* parallel_mng);
46 Matrix(Integer nrows, Integer ncols, IMessagePassingMng* parallel_mng);
52 Matrix& operator=(Matrix&& m);
54 Matrix(
const Matrix&) =
delete;
55 Matrix& operator=(
const Matrix&) =
delete;
58 Matrix& operator=(
const E&);
69 void setUserFeature(String feature);
71 bool hasUserFeature(String feature)
const;
79 std::shared_ptr<MultiMatrixImpl> m_impl;