Closed jpsember closed 7 years ago
Numpy supports both array (e.g., linear algebra vector) and matrix classes:
http://stackoverflow.com/questions/4151128/what-are-the-differences-between-numpy-arrays-and-matrices-which-one-should-i-u
But a matrix is a special subclass of a (numpy) array, so let's stick with arrays.
Numpy supports both array (e.g., linear algebra vector) and matrix classes:
http://stackoverflow.com/questions/4151128/what-are-the-differences-between-numpy-arrays-and-matrices-which-one-should-i-u
But a matrix is a special subclass of a (numpy) array, so let's stick with arrays.