dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
Mat.opBinary
dath
matrix
Mat
Returns sum or sub of two matrices
auto
opBinary
(float scalar)
auto
opBinary
(Vec!(T, n) vector)
auto
opBinary
(Mat!(T, n) other)
auto
opBinary
(Mat!(T, n) other)
struct
Mat
(T, ulong n)
@
nogc
pure const nothrow
auto
opBinary
(
string
s
)
(
const
Mat
!(
T
,
n
)
other
)
if
(
s
== "+" ||
s
== "-"
)
if
(
n
>= 2 &&
isNumeric
!
T
)
Meta
Source
See Implementation
dath
matrix
Mat
constructors
this
functions
opBinary
opIndex
opIndexAssign
opOpAssign
ptr
unions
__anonymous
Returns sum or sub of two matrices