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 interfaceScalar<N extends java.lang.Comparable<N>>A Scalar is:(package private) interfaceSelfDeclaringScalar<S extends SelfDeclaringScalar<S>>Classes in org.ojalgo.scalar that implement Tensor Modifier and Type Class Description classAmount(currency) amount as in "amount = price * quatity"classBigScalarABigDecimalbased implementation of theScalarinterface.classComplexNumberComplexNumber 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).classMoneyAn exampleExactDecimalimplementation corresponding to the SQL data type MONEY or DECIMAL(19,4).classPriceprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"classPrimitiveScalarclassQuadruplehttps://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esclassQuantityquantity as in "amount = price * quatity"classQuaternionclassRationalNumber -
Uses of Tensor in org.ojalgo.tensor
Classes in org.ojalgo.tensor with type parameters of type Tensor Modifier and Type Interface Description interfaceTensor<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 classAnyTensor<N extends java.lang.Comparable<N>>(package private) classArrayBasedTensor<N extends java.lang.Comparable<N>,T extends ArrayBasedTensor<N,T>>classMatrixTensor<N extends java.lang.Comparable<N>>classVectorTensor<N extends java.lang.Comparable<N>>Methods in org.ojalgo.tensor with parameters of type Tensor Modifier and Type Method Description default booleanTensor. isSameShape(Tensor<?,?> other)
-