Go to the documentation of this file.
32 using std::ostringstream;
40 os <<
"Tensor7 [" <<
x.nlibraries() <<
"," <<
x.nvitrines() <<
","
41 <<
x.nshelves() <<
"," <<
x.nbooks() <<
"," <<
x.npages() <<
","
42 <<
x.nrows() <<
"," <<
x.ncols() <<
"]";
52 os <<
"Tensor6 [" <<
x.nvitrines() <<
"," <<
x.nshelves() <<
"," <<
x.nbooks()
53 <<
"," <<
x.npages() <<
"," <<
x.nrows() <<
"," <<
x.ncols() <<
"]";
63 os <<
"Tensor5 [" <<
x.nshelves() <<
"," <<
x.nbooks() <<
"," <<
x.npages()
64 <<
"," <<
x.nrows() <<
"," <<
x.ncols() <<
"]";
74 os <<
"Tensor4 [" <<
x.nbooks() <<
"," <<
x.npages() <<
"," <<
x.nrows()
75 <<
"," <<
x.ncols() <<
"]";
85 os <<
"Tensor3 [" <<
x.npages() <<
"," <<
x.nrows() <<
"," <<
x.ncols()
96 os <<
"Matrix [" <<
x.nrows() <<
"," <<
x.ncols() <<
"]";
106 os <<
"Vector [" <<
x.nelem() <<
"]";
116 os <<
"Scalar (" <<
x <<
")";
A constant view of a Tensor7.
Header file for describe.cc.
A constant view of a Tensor4.
String describe(ConstTensor7View x)
Describe Tensor7.
A constant view of a Tensor6.
NUMERIC Numeric
The type to use for all floating point numbers.
A constant view of a Matrix.
A constant view of a Tensor3.
Vector x(Workspace &ws) noexcept
A constant view of a Vector.
A constant view of a Tensor5.