Searched defs:matrix_transpose (Results 1 – 4 of 4) sorted by relevance
30 pub fn matrix_transpose(matrix: *mut Matrix); in matrix_transpose() function
57 void matrix_transpose(Matrix* matrix) { in matrix_transpose() function
390 const Eigen::array<Eigen::DenseIndex, 2> matrix_transpose({1, 0}); in TEST_F() local
2380 def matrix_transpose(a, name="matrix_transpose", conjugate=False): function