Commit 29571888 authored by Davis King's avatar Davis King

merged

parents d1035855 e282307b
...@@ -35,6 +35,7 @@ namespace dlib { namespace tt ...@@ -35,6 +35,7 @@ namespace dlib { namespace tt
); );
/*! /*!
requires requires
- dest does not alias the memory of lhs or rhs
- The dimensions of lhs and rhs must be compatible for matrix multiplication. - The dimensions of lhs and rhs must be compatible for matrix multiplication.
In particular: In particular:
- Let L == trans_lhs ? trans(mat(lhs)) : mat(lhs) - Let L == trans_lhs ? trans(mat(lhs)) : mat(lhs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment