This commit is contained in:
Davis King 2016-08-15 18:27:45 -04:00
commit 27b5375c96
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)