|
| template<class V> |
| void | Vp_V (DVectorSlice *vs_lhs, const V &V_rhs) |
| |
|
| template<class V> |
| void | assign (DVector *v_lhs, const V &V_rhs) |
| |
|
| template<class V> |
| void | V_StV (DVector *v_lhs, value_type alpha, const V &V_rhs) |
| |
|
| template<class V> |
| void | V_mV (DVector *v_lhs, const V &V_rhs) |
| |
|
|
template<class V1, class V2> |
| void | V_VpV (DVector *v_lhs, const V1 &V1_rhs1, const V2 &V2_rhs2) |
| template<class V1, class V2> |
| void | V_VmV (DVector *v_lhs, const V1 &V1_rhs1, const V2 &V2_rhs2) |
| |
|
| template<class V> |
| void | V_StVpV (DVector *v_lhs, value_type alpha, const V &V_rhs1, const DVectorSlice &vs_rhs2) |
| |
|
| template<class V> |
| void | assign (DVectorSlice *vs_lhs, const V &V_rhs) |
| |
|
| template<class V> |
| void | V_StV (DVectorSlice *vs_lhs, value_type alpha, const V &V_rhs) |
| |
|
| template<class V> |
| void | V_mV (DVectorSlice *vs_lhs, const V &V_rhs) |
| |
|
|
template<class V1, class V2> |
| void | V_VpV (DVectorSlice *vs_lhs, const V1 &V1_rhs1, const V2 &V2_rhs2) |
| template<class V1, class V2> |
| void | V_VmV (DVectorSlice *vs_lhs, const V1 &V1_rhs1, const V2 &V2_rhs2) |
| |
|
| template<class V> |
| void | V_StVpV (DVectorSlice *vs_lhs, value_type alpha, const V &V_rhs1, const DVectorSlice &vs_rhs2) |
| |
|
| template<class M> |
| void | Mp_M (DMatrixSlice *gms_lhs, const M &M_rhs, BLAS_Cpp::Transp trans_rhs) |
| |
|
| template<class M> |
| void | assign (DMatrix *gm_lhs, const M &M_rhs, BLAS_Cpp::Transp trans_rhs) |
| |
|
| template<class M> |
| void | M_StM (DMatrix *v_lhs, value_type alpha, const M &M_rhs, BLAS_Cpp::Transp trans_rhs) |
| |
|
| template<class M> |
| void | M_mM (DMatrix *gm_lhs, const M &M_rhs, BLAS_Cpp::Transp trans_rhs) |
| |
|
|
template<class M1, class M2> |
| void | M_MpM (DMatrix *gm_lhs, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| template<class M1, class M2> |
| void | M_MmM (DMatrix *gm_lhs, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
| template<class M> |
| void | M_StMpM (DMatrix *gm_lhs, value_type alpha, const M &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const DMatrixSlice &gms_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
| template<class M> |
| void | assign (DMatrixSlice *gms_lhs, const M &M_rhs, BLAS_Cpp::Transp trans_rhs) |
| |
|
| template<class M> |
| void | M_StM (DMatrixSlice *gms_lhs, value_type alpha, const M &M_rhs, BLAS_Cpp::Transp trans_rhs) |
| |
|
| template<class M> |
| void | M_mM (DMatrixSlice *gms_lhs, const M &M_rhs, BLAS_Cpp::Transp trans_rhs) |
| |
|
|
template<class M1, class M2> |
| void | M_MpM (DMatrixSlice *gms_lhs, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| template<class M1, class M2> |
| void | M_MmM (DMatrixSlice *gms_lhs, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
| template<class M> |
| void | M_StMpM (DMatrixSlice *gms_lhs, value_type alpha, const M &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const DMatrixSlice &gms_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
| template<class M, class V> |
| void | Vp_MtV (DVectorSlice *vs_lhs, const M &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const V &V_rhs2) |
| |
|
| template<class M, class V> |
| void | Vp_MtV (DVectorSlice *vs_lhs, const M &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const V &V_rhs2, value_type beta) |
| |
|
| template<class M, class V> |
| void | V_StMtV (DVector *v_lhs, value_type alpha, const M &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const V &V_rhs2) |
| |
|
| template<class M, class V> |
| void | V_MtV (DVector *v_lhs, const M &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const V &V_rhs2) |
| |
|
| template<class M, class V> |
| void | V_StMtV (DVectorSlice *vs_lhs, value_type alpha, const M &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const V &V_rhs2) |
| |
|
| template<class M, class V> |
| void | V_MtV (DVectorSlice *vs_lhs, const M &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const V &V_rhs2) |
| |
|
| template<class M1, class M2> |
| void | Mp_MtM (DMatrixSlice *gms_lhs, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
| template<class M1, class M2> |
| void | Mp_MtM (DMatrixSlice *gms_lhs, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2, value_type beta) |
| |
|
| template<class M1, class M2> |
| void | M_StMtM (DMatrix *gm_lhs, value_type alpha, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
| template<class M1, class M2> |
| void | M_MtM (DMatrix *gm_lhs, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
| template<class M1, class M2> |
| void | M_StMtM (DMatrixSlice *gms_lhs, value_type alpha, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
| template<class M1, class M2> |
| void | M_MtM (DMatrixSlice *gms_lhs, const M1 &M1_rhs1, BLAS_Cpp::Transp trans_rhs1, const M2 &M2_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| |
|
Typedefs |
|
typedef DenseLinAlgPack::value_type | value_type |