Uses of Interface
org.ojalgo.tensor.Tensor
-
Packages that use Tensor Package Description org.ojalgo.scalar org.ojalgo.tensor -
-
Uses of Tensor in org.ojalgo.scalar
Subinterfaces of Tensor in org.ojalgo.scalar Modifier and Type Interface Description interface
Scalar<N extends java.lang.Comparable<N>>
A Scalar is:(package private) interface
SelfDeclaringScalar<S extends SelfDeclaringScalar<S>>
Classes in org.ojalgo.scalar that implement Tensor Modifier and Type Class Description class
Amount
(currency) amount as in "amount = price * quatity"class
BigScalar
ABigDecimal
based implementation of theScalar
interface.class
ComplexNumber
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).class
Money
An exampleExactDecimal
implementation corresponding to the SQL data type MONEY or DECIMAL(19,4).class
Price
price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"class
PrimitiveScalar
class
Quadruple
https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esclass
Quantity
quantity as in "amount = price * quatity"class
Quaternion
class
RationalNumber
-
Uses of Tensor in org.ojalgo.tensor
Classes in org.ojalgo.tensor with type parameters of type Tensor Modifier and Type Interface Description interface
Tensor<N extends java.lang.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 Tensor Modifier and Type Class Description class
AnyTensor<N extends java.lang.Comparable<N>>
(package private) class
ArrayBasedTensor<N extends java.lang.Comparable<N>,T extends ArrayBasedTensor<N,T>>
class
MatrixTensor<N extends java.lang.Comparable<N>>
class
VectorTensor<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.tensor with parameters of type Tensor Modifier and Type Method Description default boolean
Tensor. isSameShape(Tensor<?,?> other)
-