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

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

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

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

template <typename MD,
          typename MA1, typename MB1, typename MB2, typename MA2,
          typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureR2KU1<MD, MA1, MB1,
                                                           MB2, MA2> >::value
                     && IsMatrix<MD>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MB1>::value
                     && IsMatrix<MB2>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureR2KU1<MD, MA1, MB1, MB2, MA2> &bD_aABt_aBAt,
         MC &C);

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

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

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

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

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

template <typename MD,
          typename MA1, typename MB1, typename MB2, typename MA2,
          typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureR2KU2<MD, MA1, MB1,
                                                           MB2, MA2> >::value
                     && IsMatrix<MD>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MB1>::value
                     && IsMatrix<MB2>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureR2KU2<MD, MA1, MB1, MB2, MA2> &bD_AtB_BtA,
         MC &C);

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

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

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

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

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

template <typename MD,
          typename SV, typename MA1, typename MB1, typename MB2, typename MA2,
          typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureR2KU3<MD, SV,
                                                       MA1, MB1,
                                                       MB2, MA2> >::value
                     && IsMatrix<MD>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MB1>::value
                     && IsMatrix<MB2>::value
                     && IsMatrix<MA2>::value
                     && IsSymmetricMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureR2KU3<MD, SV, MA1, MB1, MB2, MA2> &bD_aAtB_aBtA,
         MC &C);

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

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

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

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

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

template <typename MD,
          typename MA1, typename MB1, typename MB2, typename MA2,
          typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureR2KC1<MD, MA1, MB1,
                                                           MB2, MA2> >::value
                     && IsMatrix<MD>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MB1>::value
                     && IsMatrix<MB2>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureR2KC1<MD, MA1, MB1, MB2, MA2> &bD_aABt_aBAt,
         MC &C);

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

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

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

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

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

template <typename MD,
          typename MA1, typename MB1, typename MB2, typename MA2,
          typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureR2KC2<MD, MA1, MB1,
                                                           MB2, MA2> >::value
                     && IsMatrix<MD>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MB1>::value
                     && IsMatrix<MB2>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureR2KC2<MD, MA1, MB1, MB2, MA2> &bD_AtB_BtA,
         MC &C);

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

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

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

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

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

template <typename MD,
          typename SV, typename MA1, typename MB1, typename MB2, typename MA2,
          typename MC>
    typename RestrictTo<DefaultEval<MatrixClosureR2KC3<MD, SV,
                                                       MA1, MB1,
                                                       MB2, MA2> >::value
                     && IsMatrix<MD>::value
                     && IsMatrix<MA1>::value
                     && IsMatrix<MB1>::value
                     && IsMatrix<MB2>::value
                     && IsMatrix<MA2>::value
                     && IsHermitianMatrix<MC>::value,
             void>::Type
    copy(Transpose trans,
         const MatrixClosureR2KC3<MD, SV, MA1, MB1, MB2, MA2> &bD_aAtB_aBtA,
         MC &C);

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

Home

View document source

© 2011-2015 Michael Lehn