Home Browse Files
template <typename MA, typename MB>
    typename RestrictTo<IsGeMatrix<MB>::value,
             void>::Type
    copy(Transpose trans, const ImagMatrixClosure<MA> &A, MB &&B);

Defined in namespace flens::blas. Function copy with 2 template parameters.

template <typename MA, typename MB>
    typename RestrictTo<IsGeMatrix<MB>::value,
             void>::Type
    copy(Transpose trans, const ImagConstMatrixClosure<MA> &A, MB &&B);

Defined in namespace flens::blas. Function copy with 2 template parameters.

template <typename MA, typename MB>
    void
    copy(Transpose trans, const GeMatrix<MA> &A, ImagMatrixClosure<MB> &B);

Defined in namespace flens::blas. Function copy with 2 template parameters.

Home

View document source

© 2011-2012 Michael Lehn