Go to the source code of this file.
Classes | |
struct | bw_types::SMSMmult< T, BW > |
struct | bw_types::SMSMTmult< T, BW > |
struct | bw_types::SMTSMmult< T, BW > |
class | bw_types::SubMatrixView< T, BW > |
Namespaces | |
namespace | bw_types |
Functions | |
template<typename T , typename BW > | |
SMSMmult< T, BW > | bw_types::operator* (const SubMatrixView< T, BW > &A, const SubMatrixView< T, BW > &B) |
template<typename T , typename BW > | |
SMSMTmult< T, BW > | bw_types::operator* (const SubMatrixView< T, BW > &A, const transpose< SubMatrixView< T, BW > > &B) |
template<typename T , typename BW > | |
SMTSMmult< T, BW > | bw_types::operator* (const transpose< SubMatrixView< T, BW > > &A, const SubMatrixView< T, BW > &B) |