zmath ~master (2021-07-15T08:21:03Z)
Home
Dub
Repo
Matrix.opBinaryRight
zmath
matrix
Matrix
Define Scalar multiplication
Matrix
opBinaryRight
(real rhs)
struct
Matrix
(T, size_t dim_)
nothrow @
nogc
pure const
Matrix
opBinaryRight
(
string
op
)
(
in
real
rhs
)
if
(
op
== "*" ||
op
== "/"
)
if
(
__traits(
isFloating
,
T
) &&
dim_
>= 2
&&
dim_
<= 4
)
VCol
opBinaryRight
(VCol lhs)
Meta
Source
See Implementation
zmath
matrix
Matrix
functions
approxEqual
determinant
inverse
isFinite
isOk
opBinary
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
opUnary
toString
transpose
properties
ptr
static variables
IDENTITY
ZERO
cells
dim
unions
__anonymous
Define Scalar multiplication