dvec ~master (2022-04-05T10:11:46.3637701)
Dub
Repo
Mat.this
dvec
matrix
Mat
Undocumented in source.
this
(T[rowCount * colCount] elements)
this
(T[] elements)
this
(Mat!(T, rowCount, colCount) other)
struct
Mat
(T, size_t rowCount, size_t colCount)
this
(
Mat
!(
T
,
rowCount
,
colCount
)
other
)
if
(
isNumeric
!
T
&&
rowCount
> 0
&&
colCount
> 0
)
this
(T value)
Meta
Source
See Implementation
dvec
matrix
Mat
aliases
N
constructors
this
functions
add
adjugate
cofactor
det
div
getCol
getRow
inv
invertible
mul
opIndex
opIndexAssign
rowAdd
rowMultiply
rowSwitch
setCol
setRow
sub
subMatrix
transpose
static functions
identity
variables
data