This commit is contained in:
Davis King 2016-08-15 10:49:48 -04:00
commit 29571888f2
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)