gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
Mat.opBinary
gfx
math
mat
Mat
Multiply a matrix by a vector to its right.
auto
opBinary
(Mat!(U, rowLength, UC) mat)
auto
opBinary
(Mat!(U, rowLength, columnLength) oth)
auto
opBinary
(Mat!(U, UR, UC) oth)
auto
opBinary
(Vec!(U, N) vec)
struct
Mat
(T, size_t R, size_t C)
const
auto
opBinary
(
string
op
U
size_t
N
)
(
in
Vec
!(
U
,
N
)
vec
)
if
(
op
== "*" &&
N
==
columnLength
&&
!
is
(
CommonType
!(
T
,
U
) ==
void
)
)
auto
opBinary
(U val)
Meta
Source
See Implementation
gfx
math
mat
Mat
aliases
Column
CompSeq
Component
Row
RowSeq
constructors
this
functions
column
comp
opBinary
opBinaryRight
opCast
opDollar
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
row
toString
manifest constants
columnLength
compLength
identity
length
rowLength
properties
compTup
ct
ctCol
data
rowTup
slice
Multiply a matrix by a vector to its right.