Removed redundant conjugation operations from matrix_traits. (#65)
This commit is contained in:
parent
8aca98f9a7
commit
45ecbc885b
@ -43,9 +43,7 @@ enum class MatrixLayout {
|
||||
/// Transformation applied to matrix operands
|
||||
enum class MatrixTransform {
|
||||
kNone, /// no operation
|
||||
kTranspose, /// transpose operation
|
||||
kConjugate, /// conjugate
|
||||
kHermitian /// conjugate transpose
|
||||
kTranspose /// transpose operation
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user