예제 #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()) {}