mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
added conjugate
This commit is contained in:
@@ -92,6 +92,7 @@ R.transpose() // R.' or conj(R')
|
|||||||
R.diagonal() // diag(R)
|
R.diagonal() // diag(R)
|
||||||
x.asDiagonal() // diag(x)
|
x.asDiagonal() // diag(x)
|
||||||
R.transpose().colwise().reverse(); // rot90(R)
|
R.transpose().colwise().reverse(); // rot90(R)
|
||||||
|
R.conjugate() // conj(R)
|
||||||
|
|
||||||
// All the same as Matlab, but matlab doesn't have *= style operators.
|
// All the same as Matlab, but matlab doesn't have *= style operators.
|
||||||
// Matrix-vector. Matrix-matrix. Matrix-scalar.
|
// Matrix-vector. Matrix-matrix. Matrix-scalar.
|
||||||
|
|||||||
Reference in New Issue
Block a user