mathed ~master (2022-05-27T19:57:24.9040539)
Dub
Repo
Vector.opBinary
mathed
types
vector
Vector
Processes vector multiplication and division with number.
Self
opBinary
(Vector!(Size, SumType, SumAccessors, Orientation) summand)
Self
opBinary
(Number num)
struct
Vector
(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
@
trusted
pure nothrow
Self
opBinary
(
string
op
Number
)
(
in
Number
num
)
if
(
(
op
== "*" ||
op
== "/"
)
&&
isNumeric
!
Number
)
if
(
Size
> 0
)
auto
opBinary
(Factor factor)
Meta
Source
See Implementation
mathed
types
vector
Vector
aliases
size
type
constructors
this
functions
castTo
opApply
opBinary
opBinaryRight
opCast
opIndex
opOpAssign
opUnary
set
toMatrix
toString
properties
t
Processes vector multiplication and division with number.