Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ cubed
Function
cubed
dlib/matrix/matrix_math_functions.h:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
template <typename type>
92
type cubed (const type& val)
93
{
94
return val*val*val;
95
}
96
97
template <typename type, typename S>
98
inline type pow1 (const type& val, const S& s)
Callers
5
add
Method · 0.85
skewness
Method · 0.85
ex_kurtosis
Method · 0.85
do_sammon_projection
Method · 0.85
matrix_test1
Function · 0.85
Calls
no outgoing calls
Tested by
1
matrix_test1
Function · 0.68