Searched refs:CeedGivensRotation (Results 1 – 2 of 2) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-basis.c | 129 static int CeedGivensRotation(CeedScalar *A, CeedScalar c, CeedScalar s, CeedTransposeMode t_mode, … in CeedGivensRotation() function 1404 CeedGivensRotation(mat_T, c, s, CEED_NOTRANSPOSE, k, k + 1, n, n); in CeedSymmetricSchurDecomposition() 1405 CeedGivensRotation(mat_T, c, s, CEED_TRANSPOSE, k, k + 1, n, n); in CeedSymmetricSchurDecomposition() 1408 CeedGivensRotation(mat, c, s, CEED_NOTRANSPOSE, k, k + 1, n, n); in CeedSymmetricSchurDecomposition()
|
| /libCEED/ |
| H A D | coverage.info | 5262 FNA:8,0,CeedGivensRotation
|