Texto e código retirado deste site . Matrix and vector products dot (a, b[, out]) Dot product of two arrays. linalg.multi_dot (arrays) Compute the dot product of two or more arrays in a single function call, while automatically selecting the fastest evaluation order. vdot (a, b) Return the dot product of two vectors. inner (a, b) Inner product of two arrays. outer (a, b[, out]) Compute the outer product of two vectors. matmul (a, b[, out]) Matrix product of two arrays. tensordot (a, b[, axes]) Compute tensor dot product along specified axes for arrays >= 1-D. einsum (subscripts, *operands[, out, dtype, ...]) Evaluates the Einstein summation convention on the operands. linalg.matrix_power (M, n) Raise a square matrix to the (integer) power n . kron (a, b) Kronecker product of two arrays. Decompositions linalg.cholesky (a) Cholesky decomposition. linalg.qr (a[,...
Comentários
Postar um comentário