示例#1
0
文件: matrix.hpp 项目: Titan-C/triqs
 /// Copy construction
 matrix_view(matrix_view const& X) : IMPL_TYPE(X.indexmap(), X.storage()) {}
示例#2
0
 /// Copy construction
 matrix_view( matrix_view const & X): impl_type(X.indexmap(),X.storage()) {}