Home Browse Files
template <typename MA, typename MB>
    typename RestrictTo<IsGeMatrix<MB>::value,
             void>::Type
    copy(Transpose trans, const RealMatrixClosure<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 RealConstMatrixClosure<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, RealMatrixClosure<MB> &B);

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

Home

View document source

© 2011-2012 Michael Lehn