MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / TransposeOp

Method TransposeOp

extensions/include/cuMat/src/TransposeOp.h:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131public:
132 explicit TransposeOp(const MatrixBase<_Derived>& child)
133 : matrix_(child.derived())
134 {}
135
136 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return matrix_.cols(); }
137 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return matrix_.rows(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected