[−]Module lumol::types
This module provides complexe numbers; 3D vectors and matrix; and multidimensional arrays for use in all other modules.
Structs
| Array2 | Two dimensional tensors, based on ndarray. |
| Array3 | Three dimensional tensors, based on ndarray |
| Complex | Complex number, with double precision real and imaginary parts. |
| Matrix3 | A 3x3 square matrix type. |
| Vector3D | A 3-dimensional vector type |