added missing requirement.

This commit is contained in:
Davis King 2016-08-03 11:18:37 -04:00
parent ed78e8b1c0
commit e282307b64
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ namespace dlib { namespace tt
);
/*!
requires
- dest does not alias the memory of lhs or rhs
- The dimensions of lhs and rhs must be compatible for matrix multiplication.
In particular:
- Let L == trans_lhs ? trans(mat(lhs)) : mat(lhs)