Tannic
A C++ Tensor Library
Loading...
Searching...
No Matches
tannic::function::Sqrt Struct Reference

Functor square root (√x) Applies element-wise square root to tensor elements. More...

#include <functions.hpp>

Public Member Functions

void operator() (Tensor const &, Tensor &) const
 

Detailed Description

Functor square root (√x) Applies element-wise square root to tensor elements.

Member Function Documentation

◆ operator()()

void tannic::function::Sqrt::operator() ( Tensor const &  ,
Tensor  
) const

The documentation for this struct was generated from the following file: