Package space.kscience.kmath.tensors.api

Types

Link copied to clipboard
interface AnalyticTensorAlgebra<T, A : Field<T>> : TensorPartialDivisionAlgebra<T, A> , ExtendedFieldOps<StructureND<T>>

Analytic operations on Tensor.

Link copied to clipboard
interface LinearOpsTensorAlgebra<T, A : Field<T>> : TensorPartialDivisionAlgebra<T, A>

Common linear algebra operations. Operates on Tensor.

Link copied to clipboard
typealias Tensor<T> = MutableStructureND<T>
Link copied to clipboard
interface TensorAlgebra<T, A : Ring<T>> : RingOpsND<T, A>

Algebra over a ring on Tensor. For more information: https://proofwiki.org/wiki/Definition:Algebra_over_Ring

Link copied to clipboard
interface TensorPartialDivisionAlgebra<T, A : Field<T>> : TensorAlgebra<T, A> , FieldOpsND<T, A>

Algebra over a field with partial division on Tensor. For more information: https://proofwiki.org/wiki/Definition:Division_Algebra