| Package | Description |
|---|---|
| org.lsmp.djep.vectorJep.function | |
| org.lsmp.djep.vectorJep.values |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Tensor(Tensor t)
Creates a Tensor with same dimension as the arguments.
|
Copyright © 2018. All rights reserved.