File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 15551555 " orders.dot(prices)"
15561556 ]
15571557 },
1558+ {
1559+ "cell_type" : " markdown" ,
1560+ "metadata" : {},
1561+ "source" : [
1562+ " ## Universal Functions\n " ,
1563+ " * [ufuncs](https://docs.scipy.org/doc/numpy/reference/ufuncs.html) are commonly needed vectorized functions\n " ,
1564+ " * Vectorized functions allow you to operate element by element without using a loop\n " ,
1565+ " * The standard math and comparison operations have all been overloaded so that they can make use of vectorization\n " ,
1566+ " * Values can be [broadcasted](https://docs.scipy.org/doc/numpy/user/basics.broadcasting.html), or stretched to be applied to the ufuncs."
1567+ ]
1568+ },
15581569 {
15591570 "cell_type" : " code" ,
15601571 "execution_count" : 74 ,
18131824 "outputs" : [],
18141825 "source" : []
18151826 },
1816- {
1817- "cell_type" : " code" ,
1818- "execution_count" : null ,
1819- "metadata" : {},
1820- "outputs" : [],
1821- "source" : []
1822- },
1823- {
1824- "cell_type" : " code" ,
1825- "execution_count" : null ,
1826- "metadata" : {},
1827- "outputs" : [],
1828- "source" : []
1829- },
18301827 {
18311828 "cell_type" : " code" ,
18321829 "execution_count" : null ,
You can’t perform that action at this time.
0 commit comments