- fixed wrong use of blaze::ctrans()
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@945 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
|||||||
|
|
||||||
ComplexScalar process(CVec const &coeff)
|
ComplexScalar process(CVec const &coeff)
|
||||||
{
|
{
|
||||||
return ctrans(m_state) * coeff;
|
return trans(m_state) * conj(coeff);
|
||||||
}
|
}
|
||||||
|
|
||||||
ComplexScalar processReal(RVec const &coeff)
|
ComplexScalar processReal(RVec const &coeff)
|
||||||
|
|||||||
Reference in New Issue
Block a user