MCPcopy 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

addMethod · 0.85
skewnessMethod · 0.85
ex_kurtosisMethod · 0.85
do_sammon_projectionMethod · 0.85
matrix_test1Function · 0.85

Calls

no outgoing calls

Tested by 1

matrix_test1Function · 0.68