Package space.kscience.kmath.tensors.core
Types
Basic linear algebra operations implemented with broadcasting. For more information: https://pytorch.org/docs/stable/notes/broadcasting.html
Represents Tensor over a MutableBuffer intended to be used through DoubleTensor and IntTensor
Default BufferedTensor implementation for Double values
Implementation of basic operations over double tensors and basic algebra operations on them.
Default BufferedTensor implementation for Int values
This Strides implementation follows the last dimension first convention For more information: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.strides.html
Functions
Returns a copy-protected DoubleArray of tensor elements
Returns a copy-protected IntArray of tensor elements
Casts Tensor of Double to DoubleTensor
Compute a value using broadcast double tensor algebra