Home Browse Files
template <typename ALPHA, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU1_<MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    axpy(Transpose trans, const ALPHA &alpha,
         const MatrixClosureRKU1_<MA1, MA2> &aAAt,
         MC &C);

Defined in namespace flens::blas. Function axpy with 4 template parameters.

template <typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU1_<MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKU1_<MA1, MA2> &aAAt,
         MC &C);

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

template <typename MB, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU1<MB, MA1, MA2> >::value
                     && IsMatrix<MB>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKU1<MB, MA1, MA2> &bB_aAAt,
         MC &C);

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

template <typename ALPHA, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU2_<MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    axpy(Transpose trans, const ALPHA &alpha,
         const MatrixClosureRKU2_<MA1, MA2> &AtA,
         MC &C);

Defined in namespace flens::blas. Function axpy with 4 template parameters.

template <typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU2_<MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKU2_<MA1, MA2> &AtA,
         MC &C);

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

template <typename MB, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU2<MB, MA1, MA2> >::value
                     && IsMatrix<MB>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKU2<MB, MA1, MA2> &bB_AtA,
         MC &C);

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

template <typename ALPHA, typename SV, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU3_<SV, MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    axpy(Transpose trans, const ALPHA &alpha,
         const MatrixClosureRKU3_<SV, MA1, MA2> &aAtA,
         MC &C);

Defined in namespace flens::blas. Function axpy with 5 template parameters.

template <typename SV, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU3_<SV, MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKU3_<SV, MA1, MA2> &aAtA,
         MC &C);

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

template <typename MB, typename SV, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKU3<MB, SV, MA1, MA2> >::value
                     && IsMatrix<MB>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKU3<MB, SV, MA1, MA2> &bB_AtA,
         MC &C);

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

template <typename ALPHA, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC1_<MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    axpy(Transpose trans, const ALPHA &alpha,
         const MatrixClosureRKC1_<MA1, MA2> &aAAh,
         MC &C);

Defined in namespace flens::blas. Function axpy with 4 template parameters.

template <typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC1_<MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKC1_<MA1, MA2> &aAAh,
         MC &C);

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

template <typename MB, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC1<MB, MA1, MA2> >::value
                     && IsMatrix<MB>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKC1<MB, MA1, MA2> &bB_aAAh,
         MC &C);

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

template <typename ALPHA, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC2_<MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    axpy(Transpose trans, const ALPHA &alpha,
         const MatrixClosureRKC2_<MA1, MA2> &AhA,
         MC &C);

Defined in namespace flens::blas. Function axpy with 4 template parameters.

template <typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC2_<MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKC2_<MA1, MA2> &AhA,
         MC &C);

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

template <typename MB, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC2<MB, MA1, MA2> >::value
                     && IsMatrix<MB>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKC2<MB, MA1, MA2> &bB_AhA,
         MC &C);

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

template <typename ALPHA, typename SV, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC3_<SV, MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    axpy(Transpose trans, const ALPHA &alpha,
         const MatrixClosureRKC3_<SV, MA1, MA2> &aAtA,
         MC &C);

Defined in namespace flens::blas. Function axpy with 5 template parameters.

template <typename SV, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC3_<SV, MA1, MA2> >::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKC3_<SV, MA1, MA2> &aAtA,
         MC &C);

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

template <typename MB, typename SV, typename MA1, typename MA2, typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureRKC3<MB, SV, MA1, MA2> >::value
                     && IsMatrix<MB>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureRKC3<MB, SV, MA1, MA2> &bB_AtA,
         MC &C);

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

Home

View document source

© 2011-2015 Michael Lehn