descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
Matrix.opBinary
des
math
linear
matrix
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinary
(Matrix!(bH, bW, X) mtr)
auto
opBinary
(X b)
struct
Matrix
(size_t H, size_t W, E)
pure const
auto
opBinary
(
string
op
X
)
(
in
X
b
)
if
(
(
op
!= "+" &&
op
!= "-"
)
&&
isValidOp
!(
op
,
E
,
X
)
)
auto
opBinary
(Matrix!(bH, bW, X) mtr)
auto
opBinary
(Vector!(K, X, AS) v)
Meta
Source
See Implementation
des
math
linear
matrix
Matrix
aliases
datatype
selftype
constructors
this
functions
cofactor
col
expandHeight
expandWidth
fill
fillDiag
opAssign
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
resize
row
setCol
setRect
setRow
sliceHeight
sliceWidth
sub
subWithout
manifest constants
height
isDynamic
isDynamicAll
isDynamicHeight
isDynamicOne
isDynamicWidth
isStatic
isStaticHeight
isStaticHeightOnly
isStaticWidth
isStaticWidthOnly
width
postblits
this(this)
properties
T
asArray
det
inv
rowReduceInv
speedTransformInv
static functions
diag
variables
data