universal function
![[Python_numpy] element wise, universal function 이란?](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbjl6BX%2FbtryTqZno6T%2FdYniLM3jk5ZSw2hTkLuIt0%2Fimg.png)
[Python_numpy] element wise, universal function 이란?
element wise 란 원소와 원소 단위로 연산이 이루어진다는 뜻 universal function in python element wise 와 같은 의미 이다. 파이썬에서 element wise 와 universal function 개념이 나온다면, 이는 거의 numpy 에서 ndarray 의 연산에서 쓰일 것이다. (ndarray 의 연산은 원소와 원소 단위로 이루어진다.)