|
Classes |
| struct | numerical_zero |
| struct | algorithms |
| class | Array |
| class | Matrix |
| struct | SMSMmult |
| struct | SMSMTmult |
| struct | SMTSMmult |
| class | SubMatrixView |
| class | Vector |
| class | VectorView |
| class | ColVectorView |
| class | RowVectorView |
Functions |
| template<typename T , typename BW > |
| SMSMmult< T, BW > | operator* (const SubMatrixView< T, BW > &A, const SubMatrixView< T, BW > &B) |
| template<typename T , typename BW > |
| SMSMTmult< T, BW > | operator* (const SubMatrixView< T, BW > &A, const transpose< SubMatrixView< T, BW > > &B) |
| template<typename T , typename BW > |
| SMTSMmult< T, BW > | operator* (const transpose< SubMatrixView< T, BW > > &A, const SubMatrixView< T, BW > &B) |