Conversions from type.
Conversions to type.
Conversions to type.
An object implementing ConvertableTo[A] provides methods to go from number types to A.
Storage defines a simple storage interface that controls the underlying storage for any tensor object.
It is the class for handling numeric data.
It is the class for handling numeric data.
should be Double or Float
Numeric type of tensor.
Tensor function contain four parameters with differentType
Tensor function contain six parameters with differentType
Tensor function contain two parameters.
Tensor function contain four parameters.
Tensor function contain six parameters.
It provides multiple math operation functions for manipulating Tensor objects.
It provides multiple math operation functions for manipulating Tensor objects. All functions support both allocating a new Tensor to return the result and treating the caller as a target Tensor, in which case the target Tensor(s) will be resized accordingly and filled with the result. This property is especially useful when one wants to have tight control over when memory is allocated.
should be double or float
class of math operation
Math operation for tensor
Conversions from type.
An object implementing ConvertableFrom[A] provides methods to go from A to number types (and String).