Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boutproject/BOUT-dev
/ RSqrt
Function
RSqrt
externalpackages/PVODE/source/llnlmath.cpp:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
62
real RSqrt(real x)
63
{
64
if (x <= ZERO) return(ZERO);
65
66
return((real) sqrt((double) x));
67
}
68
69
}
70
Callers
9
PVBBDPrecon
Function · 0.85
SpgmrSolve
Function · 0.85
ModifiedGS
Function · 0.85
ClassicalGS
Function · 0.85
QRfact
Function · 0.85
CVSpgmrInit
Function · 0.85
N_VWrmsNorm
Function · 0.85
N_VWL2Norm
Function · 0.85
CVHin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected