mirror of https://github.com/davisking/dlib.git
merged
This commit is contained in:
commit
29571888f2
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue