Skip to content

Commit 08fd646

Browse files
497 fix propagation of imf types of views over a matrix vector (#54)
* Added Band Matrix type. * Fixed propagation of IMF types via view_type * Fix indentation
1 parent 3631ba1 commit 08fd646

File tree

4 files changed

+526
-74
lines changed

4 files changed

+526
-74
lines changed

include/alp/reference/blas3.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ namespace alp {
495495
alp::is_operator< Operator >::value && alp::is_monoid< Monoid >::value,
496496
void >::type * const = NULL ) {
497497
(void)phase;
498-
// TODO: How should we handle multiplication of combinations of Structures and Storage schemes?
498+
499499
return internal::mxm_generic< false >( C, A, B, mulOp, addM, Monoid() );
500500
}
501501

0 commit comments

Comments
 (0)