コード例 #1
0
ファイル: matrix.hpp プロジェクト: Titan-C/triqs
 /// Copy construction
 matrix_view(matrix_view const& X) : IMPL_TYPE(X.indexmap(), X.storage()) {}
コード例 #2
0
ファイル: matrix.hpp プロジェクト: pradhanphy/TRIQS
 /// Copy construction
 matrix_view( matrix_view const & X): impl_type(X.indexmap(),X.storage()) {}