23 #include <cusp/detail/config.h>
25 #include <cusp/execution_policy.h>
37 template <
typename DerivedPolicy,
typename MatrixType1,
typename MatrixType2>
38 void transpose(
const thrust::detail::execution_policy_base<DerivedPolicy> &exec,
39 const MatrixType1& A, MatrixType2& At);
80 template <
typename MatrixType1,
typename MatrixType2>
81 void transpose(
const MatrixType1& A, MatrixType2& At);
87 #include <cusp/detail/transpose.inl>
void transpose(const MatrixType1 &A, MatrixType2 &At)
Transpose a matrix.