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
|
/// Transformation applied to matrix operands
|
||||||
enum class MatrixTransform {
|
enum class MatrixTransform {
|
||||||
kNone, /// no operation
|
kNone, /// no operation
|
||||||
kTranspose, /// transpose operation
|
kTranspose /// transpose operation
|
||||||
kConjugate, /// conjugate
|
|
||||||
kHermitian /// conjugate transpose
|
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user