Uses of Class
org.lsmp.djep.vectorJep.values.Tensor

Packages that use Tensor
org.lsmp.djep.vectorJep.function   
org.lsmp.djep.vectorJep.values   
 

Uses of Tensor in org.lsmp.djep.vectorJep.function
 

Methods in org.lsmp.djep.vectorJep.function that return Tensor
 Tensor MAdd.add(Tensor lhs, Tensor rhs)
          Adds two tensors.
 Tensor MSubtract.sub(Tensor lhs, Tensor rhs)
          Adds two matrices.
 Tensor MUMinus.umin(Tensor lhs)
          negate a tensor.
 

Methods in org.lsmp.djep.vectorJep.function with parameters of type Tensor
 Tensor MAdd.add(Tensor lhs, Tensor rhs)
          Adds two tensors.
 Tensor MSubtract.sub(Tensor lhs, Tensor rhs)
          Adds two matrices.
 Tensor MUMinus.umin(Tensor lhs)
          negate a tensor.
 

Uses of Tensor in org.lsmp.djep.vectorJep.values
 

Constructors in org.lsmp.djep.vectorJep.values with parameters of type Tensor
Tensor(Tensor t)
          Creates a Tensor with same dimension as the arguments.
 



Copyright © 2014. All rights reserved.