Skip to content

Commit

Permalink
Add additional compile time constraints to the 'TSVecTSMatMultExpr' c…
Browse files Browse the repository at this point in the history
…lass template
  • Loading branch information
igl42 committed Apr 7, 2015
1 parent d28d2aa commit bf46c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blaze/math/expressions/TSVecTSMatMultExpr.h
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ class TSVecTSMatMultExpr : public SparseVector< TSVecTSMatMultExpr<VT,MT>, true
BLAZE_CONSTRAINT_MUST_BE_ROW_VECTOR_TYPE ( VT );
BLAZE_CONSTRAINT_MUST_BE_SPARSE_MATRIX_TYPE( MT );
BLAZE_CONSTRAINT_MUST_BE_COLUMN_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 bf46c24

Please sign in to comment.