Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 29a9211e authored by hhakim's avatar hhakim
Browse files

Refactor the duplicated Faust::power_iteration() codes into one function for...

Refactor the duplicated Faust::power_iteration() codes into one function for all Faust::LinearOperator hierarchy of classes (CPU).

- Before the code was duplicated for Transform and MatDense (and not existing for MatSparse). Deleted the duplicate in faust_transform_algebra.
- Added the prototye LinearOperator::multiply(Faust::Vect) and defined it in child classes MatSparse/Dense and Transform. With needed utility template functions (operator * overloads) in faust_linear_algebra.
- Minor change elsewhere (faust_int type in power_iteration replaced by int).
parent ed7ed28b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment