42 #ifndef MATRIX_VECTOR_TEMPLATE_OP_H
43 #define MATRIX_VECTOR_TEMPLATE_OP_H
48 namespace AbstractLinAlgPack {
82 template<
class T_Matrix>
86 template<
class T_Matrix>
93 template<
class T_Matrix>
98 template<
class T_Matrix>
106 #endif // MATRIX_VECTOR_TEMPLATE_OP_H
void assign(DMatrix &gm_lhs, const T_Matrix &gm_rhs, BLAS_Cpp::Transp trans_rhs)
gm_lhs = T_M (templated matrix type T_M)
DenseLinAlgPack::VectorSliceTmpl< value_type > DVectorSlice
DenseLinAlgPack::DMatrixSlice DMatrixSlice
void V_MtV(DVector &v_lhs, const T_Matrix &gm_rhs1, BLAS_Cpp::Transp trans_rhs1, const DVectorSlice &vs_rhs2)
v_lhs = T_M * vs_lhs (templated matrix type T_M)