Static Public Member Functions | |
template<typename T , typename BW > | |
static void | apply (bw_types::Vector< T, BW > &b, const bw_types::Matrix< T, BW > &A, const bw_types::Vector< T, BW > &x) |
template<typename T , typename BW > | |
static void | apply (bw_types::Vector< T, BW > &b, const bw_types::SubMatrixView< T, BW > &A, const bw_types::Vector< T, BW > &x) |
template<typename T , typename BW > | |
static void | apply (bw_types::Vector< T, BW > &b, const transpose< bw_types::Matrix< T, BW > > &A_t, const bw_types::Vector< T, BW > &x) |
template<typename T , typename BW > | |
static void | apply (bw_types::Vector< T, BW > &b, const transpose< bw_types::SubMatrixView< T, BW > > &A_t, const bw_types::Vector< T, BW > &x) |
template<typename T , typename BW , typename T_src > | |
static void | apply (bw_types::Vector< T, BW > &b, const bw_types::Matrix< T, BW > &A, const bw_types::ColVectorView< T, T_src > &x) |
static void vmu::apply | ( | bw_types::Vector< T, BW > & | b, | |
const bw_types::Matrix< T, BW > & | A, | |||
const bw_types::Vector< T, BW > & | x | |||
) | [inline, static] |
static void vmu::apply | ( | bw_types::Vector< T, BW > & | b, | |
const bw_types::SubMatrixView< T, BW > & | A, | |||
const bw_types::Vector< T, BW > & | x | |||
) | [inline, static] |
static void vmu::apply | ( | bw_types::Vector< T, BW > & | b, | |
const transpose< bw_types::Matrix< T, BW > > & | A_t, | |||
const bw_types::Vector< T, BW > & | x | |||
) | [inline, static] |
References bw_types::Vector< T, BW >::reinit().
static void vmu::apply | ( | bw_types::Vector< T, BW > & | b, | |
const transpose< bw_types::SubMatrixView< T, BW > > & | A_t, | |||
const bw_types::Vector< T, BW > & | x | |||
) | [inline, static] |
References bw_types::Vector< T, BW >::reinit().
static void vmu::apply | ( | bw_types::Vector< T, BW > & | b, | |
const bw_types::Matrix< T, BW > & | A, | |||
const bw_types::ColVectorView< T, T_src > & | x | |||
) | [inline, static] |