tensor-0.1.0
|
linalg | Namespace for Linear Algebra functions based on BLAS, LAPACK, Lanczos and related algorithms |
CArpack | Finder of a few eigenvalues of eigenvectors via Arnoldi method |
RArpack | Finder of a few eigenvalues of eigenvectors via Arnoldi method |
tensor | |
Booleans | Vector of boolean values |
CTensor | Complex Tensor with elements of type "cdouble" |
FlexiListGenerator | Placeholder for statically creating a vector of elements, whose type is determined by the first element |
Indices | Vector of 'index' type, where 'index' fits the indices of a tensor |
ListGenerator | Compile-time generator of vectors, tensors and indices |
Range | Range of indices |
RefPointer | A reference counting pointer with copy-on-write |
RTensor | Real Tensor with elements of type "double" |
Sparse | A sparse matrix |
Tensor | An N-dimensional array of numbers |