Uses of Class
org.ojalgo.tensor.VectorTensor
Packages that use VectorTensor
-
Uses of VectorTensor in org.ojalgo.tensor
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