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

Function deepCloneImpl

extensions/include/cuMat/src/Matrix.h:1191–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189
1190 template<int _OtherRows, int _OtherColumns, int _OtherBatches>
1191 void deepCloneImpl(Matrix<_Scalar, _OtherRows, _OtherColumns, _OtherBatches, TransposedFlags>& mat) const
1192 {
1193 deepCloneImpl_directTranspose(mat, std::integral_constant<bool, internal::NumTraits<_Scalar>::IsCudaNumeric>());
1194 }
1195
1196 //template<typename Derived>
1197 //void deepCloneImpl(MatrixBase<Derived>& m) const

Callers 1

deepCloneFunction · 0.85

Calls 1

Tested by

no test coverage detected