dlib.math.tensor

N-dimensional numeric data structure

Members

Functions

calcLen
size_t calcLen(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
tensorProduct
auto tensorProduct(T1 t1, T2 t2)

Tensor product

zero
T zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MaxStaticTensorSize
enum MaxStaticTensorSize;
Undocumented in source.

Templates

NTypeTuple
template NTypeTuple(T, int n)
Undocumented in source.
Tensor
template Tensor(T, size_t dim, sizes...)

Generic multi-dimensional array template

Meta

Authors

Timur Gafarov