Searched defs:rotmat_cst (Results 1 – 1 of 1) sorted by relevance
| /honee/qfunctions/ |
| H A D | utils_eigensolver_jacobi.h | 67 …HELPER void CalcRot(const CeedScalar *A, CeedInt N, CeedInt i, CeedInt j, CeedScalar *rotmat_cst) { in CalcRot() 155 …Rot(CeedScalar *A, CeedInt N, CeedInt i, CeedInt j, CeedInt *max_idx_row, CeedScalar *rotmat_cst) { in ApplyRot() 214 …_HELPER void ApplyRotLeft(CeedScalar *A, CeedInt N, CeedInt i, CeedInt j, CeedScalar *rotmat_cst) { in ApplyRotLeft() 279 CeedScalar rotmat_cst[3] = {0.}; // cos(θ), sin(θ), and tan(θ), in Diagonalize() local
|