Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audeering/opensmile
/ Set
Method
Set
src/newmat/solution.cpp:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
void R1_R1::Set(Real X)
21
{
22
if ((!minXinf && X <= minX) || (!maxXinf && X >= maxX))
23
Throw(SolutionException(
"X value out of range"
));
24
x = X; xSet = true;
25
}
26
27
R1_R1::operator Real()
28
{
Callers
1
Value
Method · 0.45
Calls
2
SolutionException
Class · 0.85
Throw
Function · 0.70
Tested by
no test coverage detected