Square root of input arrays
- Note
- This function supports real inputs only. Complex inputs are not yet supported.
◆ af_sqrt()
C Interface for square root.
- Parameters
-
[out] | out | will contain the square root of in |
[in] | in | is input |
- Returns
- AF_SUCCESS if the execution completes properly
◆ sqrt()
C++ Interface for square root of input.
- Parameters
-
- Returns
- the square root of input
- Examples
- benchmarks/pi.cpp, financial/black_scholes_options.cpp, financial/heston_model.cpp, financial/monte_carlo_options.cpp, graphics/fractal.cpp, graphics/gravity_sim.cpp, image_processing/brain_segmentation.cpp, image_processing/filters.cpp, machine_learning/deep_belief_net.cpp, machine_learning/naive_bayes.cpp, machine_learning/neural_network.cpp, and machine_learning/rbm.cpp.