Skip to content

Commit

Permalink
Add additional compile time constraints to the 'TDVecSMatMultExpr' cl…
Browse files Browse the repository at this point in the history
…ass template
  • Loading branch information
igl42 committed Apr 7, 2015
1 parent ee047dd commit d28d2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blaze/math/expressions/TDVecSMatMultExpr.h
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ class TDVecSMatMultExpr : public DenseVector< TDVecSMatMultExpr<VT,MT>, true >
BLAZE_CONSTRAINT_MUST_BE_ROW_VECTOR_TYPE ( VT );
BLAZE_CONSTRAINT_MUST_BE_SPARSE_MATRIX_TYPE( MT );
BLAZE_CONSTRAINT_MUST_BE_ROW_MAJOR_MATRIX_TYPE( MT );
BLAZE_CONSTRAINT_MUST_NOT_BE_SYMMETRIC_MATRIX_TYPE( MT );
BLAZE_CONSTRAINT_MUST_FORM_VALID_TVECMATMULTEXPR( VT, MT );
/*! \endcond */
//**********************************************************************************************
Expand Down

0 comments on commit d28d2aa

Please sign in to comment.