Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ conjugate
Method
conjugate
extensions/include/cuMat/src/TransposeOp.h:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
TransposeOp<_Derived, !_Conjugated> conjugate() const
179
{
180
return TransposeOp<_Derived, !_Conjugated>(matrix_);
181
}
182
};
183
184
namespace internal
Callers
1
evalToImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected