MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / colwise

Method colwise

include/rabitqlib/third/Eigen/src/Core/VectorwiseOp.h:762–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760 */
761template<typename Derived>
762EIGEN_DEVICE_FUNC inline typename DenseBase<Derived>::ColwiseReturnType
763DenseBase<Derived>::colwise()
764{
765 return ColwiseReturnType(derived());
766}
767
768//const rowwise moved to DenseBase.h due to CUDA compiler bug
769

Callers 5

evalToMethod · 0.80
umeyamaFunction · 0.80
runMethod · 0.80
computeInPlaceMethod · 0.80
computeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected