dnumeric v0.5.2 (2018-09-11T12:28:28Z)
Dub
Repo
Tensor.this
dnum
tensor
Tensor
Constructor with array of array
this
(double[] vec, Shape byRow)
this
(double[][] mat)
struct
Tensor
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 with array of array