bettercmath v0.2.0 (2020-12-28T03:15:07Z)
Dub
Repo
Matrix.opBinary
bettercmath
matrix
Matrix
Returns the result of Matrix multiplication.
T
[
columnSize
]
opBinary
(T[rowSize] vec)
Matrix
!(
T
,
OtherColumns
,
columnSize
)
opBinary
(Matrix!(T, OtherColumns, rowSize) other)
struct
Matrix
(T, uint numColumns, uint numRows = numColumns)
const
Matrix
!(
T
,
OtherColumns
,
columnSize
)
opBinary
(
string
op
: "*"
uint
OtherColumns
)
(
const
auto
ref
Matrix
!(
T
,
OtherColumns
,
rowSize
)
other
)
if
(
numColumns
> 0 &&
numRows
> 0
)
Meta
Source
See Implementation
bettercmath
matrix
Matrix
aliases
ElementType
ortho
constructors
this
enums
opDollar
functions
columns
copyInto
opBinary
opCast
opIndex
opOpAssign
rows
manifest constants
columnSize
identity
isSquare
minDimension
numElements
rowSize
static functions
fromColumns
fromDiagonal
fromRows
orthographic
perspective
perspectiveDegrees
variables
elements
Returns the result of Matrix multiplication.