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 TypeInterfaceDescriptioninterface
Scalar<N extends Comparable<N>>
A Scalar is:(package private) interface
SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>
Classes in org.ojalgo.scalar that implement TensorModifier and TypeClassDescriptionfinal class
(currency) amount as in "amount = price * quatity"final class
ABigDecimal
based implementation of theScalar
interface.final class
ComplexNumber is an immutable complex number class.class
ExactDecimal<S extends ExactDecimal<S>>
To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).final class
An exampleExactDecimal
implementation corresponding to the SQL data type MONEY or DECIMAL(19,4).final class
price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"final class
class
https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esfinal class
quantity as in "amount = price * quatity"final class
final class
-
Uses of Tensor in org.ojalgo.tensor
Classes in org.ojalgo.tensor with type parameters of type TensorModifier and TypeInterfaceDescriptioninterface
Tensor<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 class
AnyTensor<N extends Comparable<N>>
(package private) class
ArrayBasedTensor<N extends Comparable<N>,
T extends ArrayBasedTensor<N, T>> final class
MatrixTensor<N extends Comparable<N>>
final class
VectorTensor<N extends Comparable<N>>
Methods in org.ojalgo.tensor with parameters of type Tensor