1045 |
cmat outer_product(const cvec &v1, const cvec &v2, bool hermitian) |
1045 |
cmat outer_product(const cvec &v1, const cvec &v2, bool hermitian) |
1047 |
it_assert_debug((v1.datasize > 0) && (v2.datasize > 0), |
1047 |
it_assert_debug((v1.datasize > 0) && (v2.datasize > 0), |