Uses of Interface
org.ojalgo.tensor.Tensor
Packages that use Tensor
-
Uses of Tensor in org.ojalgo.scalar
Subinterfaces of Tensor in org.ojalgo.scalarModifier and TypeInterfaceDescriptioninterfaceScalar<N extends Comparable<N>>A Scalar is:(package private) interfaceSelfDeclaringScalar<S extends SelfDeclaringScalar<S>>Classes in org.ojalgo.scalar that implement TensorModifier and TypeClassDescriptionfinal class(currency) amount as in "amount = price * quatity"final classABigDecimalbased implementation of theScalarinterface.final classComplexNumber is an immutable complex number class.classExactDecimal<S extends ExactDecimal<S>>To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).final classAn exampleExactDecimalimplementation corresponding to the SQL data type MONEY or DECIMAL(19,4).final classprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"final classclasshttps://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esfinal classquantity as in "amount = price * quatity"final classfinal class -
Uses of Tensor in org.ojalgo.tensor
Classes in org.ojalgo.tensor with type parameters of type TensorModifier and TypeInterfaceDescriptioninterfaceTensor<N extends Comparable<N>, T extends Tensor<N,T>> An n:th-rank tensor in m-dimensional space is a mathematical object that has n indices and m^n components and obeys certain transformation rules.Classes in org.ojalgo.tensor that implement TensorModifier and TypeClassDescriptionfinal classAnyTensor<N extends Comparable<N>>(package private) classArrayBasedTensor<N extends Comparable<N>, T extends ArrayBasedTensor<N,T>> final classMatrixTensor<N extends Comparable<N>>final classVectorTensor<N extends Comparable<N>>Methods in org.ojalgo.tensor with parameters of type Tensor