Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217621
Collapse All | Expand All

(-)itpp-4.0.4/itpp/base/vec.h (-1 / +1 lines)
Lines 1041-1047 Link Here
1041
  }
1041
  }
1042
#else
1042
#else
1043
  //! Outer product of two vectors v1 and v2
1043
  //! Outer product of two vectors v1 and v2
1044
  template<>
1044
  template<> inline
1045
  cmat outer_product(const cvec &v1, const cvec &v2, bool hermitian)
1045
  cmat outer_product(const cvec &v1, const cvec &v2, bool hermitian)
1046
  {
1046
  {
1047
    it_assert_debug((v1.datasize > 0) && (v2.datasize > 0),
1047
    it_assert_debug((v1.datasize > 0) && (v2.datasize > 0),

Return to bug 217621