In Noteworthy Differences to R 
<http://docs.julialang.org/en/release-0.4/manual/noteworthy-differences/#noteworthy-differences-from-r>
 it 
says:


   - Julia performs matrix transposition using the ' operator and 
   conjugated transposition using the ' operator. Julia’s A.' is therefore 
   equivalent to R’s t(A).

The matrix transposition should be: .'

Reply via email to