Uses of Class
org.ojalgo.tensor.VectorTensor
Packages that use VectorTensor
-
Uses of VectorTensor in org.ojalgo.tensor
Subclasses with type arguments of type VectorTensor in org.ojalgo.tensorClasses in org.ojalgo.tensor that implement interfaces with type arguments of type VectorTensorModifier and TypeClassDescription(package private) static final classVectorTensor.Factory<N extends Comparable<N>>Methods in org.ojalgo.tensor that return VectorTensorModifier and TypeMethodDescriptionVectorTensor.add(VectorTensor<N> addend) VectorTensor.conjugate()VectorTensor.Factory.make(int size) VectorTensor.multiply(double scalarMultiplicand) VectorTensor.negate()(package private) VectorTensor<N> VectorTensor.newSameShape()Methods in org.ojalgo.tensor that return types with arguments of type VectorTensorModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
TensorFactory1D<N, VectorTensor<N>> VectorTensor.factory(DenseArray.Factory<N, ?> arrayFactory) Methods in org.ojalgo.tensor with parameters of type VectorTensor