BlenderLine Documentation#
BlenderLine is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more.
User Guide
The user guide provides in-depth information on the key concepts of BlenderLine with useful background information and explanations.
API Reference
The API reference guide contains a detailed description of the functions, modules, and objects included in BlenderLine.
CLI Reference
The CLI reference guide contains a detailed description of the command-line tools included in BlenderLine.