Boost logo

Ublas :

Subject: Re: [ublas] [uBLAS] What's inside the uBLAS matrix multiplication algorithm?
From: Matwey V. Kornilov (matwey.kornilov_at_[hidden])
Date: 2010-06-10 09:15:57


> I suppose the uBLAS algorithm is very complex and varies between methods
> such as Strassen's and even the naive approach when appropriate, right?
> Can anyone give an outline?

AFAIK uBLAS makes multiplication in the native way. There are speed-ups due
zero-elements when sparse matrices are used.