mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 12:45:56 +01:00
Remove verbose
This commit is contained in:
parent
3791a38f7c
commit
f523dddef0
@ -58,12 +58,10 @@ auto outerProduct (const iScalar<l>& lhs,const iScalar<r>& rhs) -> iScalar<declt
|
|||||||
|
|
||||||
inline ComplexF outerProduct(const ComplexF &l, const ComplexF& r)
|
inline ComplexF outerProduct(const ComplexF &l, const ComplexF& r)
|
||||||
{
|
{
|
||||||
std::cout << "outer product taking conj "<<r<<" "<<conj(r)<<std::endl;
|
|
||||||
return l*conj(r);
|
return l*conj(r);
|
||||||
}
|
}
|
||||||
inline ComplexD outerProduct(const ComplexD &l, const ComplexD& r)
|
inline ComplexD outerProduct(const ComplexD &l, const ComplexD& r)
|
||||||
{
|
{
|
||||||
std::cout << "outer product taking conj "<<r<<" "<<conj(r)<<std::endl;
|
|
||||||
return l*conj(r);
|
return l*conj(r);
|
||||||
}
|
}
|
||||||
inline RealF outerProduct(const RealF &l, const RealF& r)
|
inline RealF outerProduct(const RealF &l, const RealF& r)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user