log10
rot90
Enter search terms or a module, class or function name.
Matrix multiplication.
Result Matrix.
Examples:
>>> a = [[1, 0], [0, 1]] >>> b = [[4, 1], [2, 2]] >>> dot(a, b) array([[4, 1] [2, 2]])