patch from Jitse Niesen: fix ascii quick ref matlab operator '

This commit is contained in:
Gael Guennebaud 2009-02-18 16:24:15 +00:00
parent 8f83b37b2a
commit eb2cc8f502

View File

@ -50,8 +50,8 @@
// Views, transpose, etc; all read-write except for .adjoint().
// Eigen // Matlab
R.adjoint() // conj(R')
R.transpose() // R'
R.adjoint() // R'
R.transpose() // R.' or conj(R')
R.diagonal() // diag(R)
x.asDiagonal() // diag(x)