linbox
mul-naive.inl File Reference

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 
namespace  LinBox::BLAS3
 

Functions

template<class _anyMatrix, class _otherMatrix1, class _otherMatrix2>
_anyMatrix & mul (_anyMatrix &C, const _otherMatrix1 &A, const _otherMatrix2 &B, const mulMethod::naive &)
 Triple loop !