Metadata-Version: 2.0
Name: matrix-array
Version: 0.1.0
Summary: N-Dimension Matrix Object Container for ubiquitous purposes
Home-page: www.yiak.co
Author: Wang Lei
Author-email: lwang11@mtu.edu
License: MIT
Download-URL: https://github.com/yiakwy/PyMatrix3.git
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS


PyMatrix is for easier multi-Dimension matrix manipulation iterface. 
It provide basic Matrix utilities and vector based operator for easy access and compute elements. 
PyMatrix will act as glue between pure mathmatical interface and fast numpy computation core. You deem vector as row or col vector. 
With this interface your life will be easier. This is originally designed in 2014 when I am not satisfied with numpy, pandas and so on.
Use them altogether, you will find more about the package. 


