AjaySingh40

Results 4 issues of AjaySingh40

Hello all, While debugging sgeev or ssyev functions of Lapack using gdb , it's not going to all the functions shown in the call graph. It's going into only some...

Type: Question

Hi all, I want to find out the transpose of a matrix using sve. While finding the transpose we need to load the column of matrix into a vector then...

**/home../trilinos/Trilinos-trilinos-release-15-1-1/packages/seacas/libraries/ioss/src/main/io_modify.C: In function ‘bool {anonymous}::handle_rename(const std::vector&, Ioss::Region&)’: /home../trilinos/Trilinos-trilinos-release-15-1-1/packages/seacas/libraries/ioss/src/main/io_modify.C:1134:7: error: ‘ex_entity_type’ was not declared in this scope; did you mean ‘get_entity_type’? 1134 | ex_entity_type exo_type = Ioex::map_exodus_type(ioss_type); | ^~~~~~~~~~~~~~ | get_entity_type...

Hello all, Is it possible to access elements of a matrix row wise using sve. If yes please provide the link for the docs or help me with that ....