dnumeric v0.5.2 (2018-09-11T12:28:28Z)
Dub
Repo
Tensor.this
dnum
tensor
Tensor
Constructor of single row or column tensor
this
(double[] vec, Shape byRow)
struct
Tensor
this
(
double
[]
vec
,
Shape
byRow
=
Shape.Row
)
this
(double[][] mat)
this
(double val, long row, long col)
this
(long row, long col)
this
(Tensor m)
this
(Range r, Shape byRow)
Meta
Source
See Implementation
dnum
tensor
Tensor
constructors
this
functions
fmap
ncol
nrow
opBinary
opBinaryRight
opIndex
opIndexAssign
opSlice
opUnary
pmap
t
transpose
variables
data
Constructor of single row or column tensor