dvec ~master (2022-04-05T10:11:46.3637701)
Dub
Repo
Mat.getCol
dvec
matrix
Mat
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Mat
(T, size_t rowCount, size_t colCount)
Vec
!(
T
,
rowCount
)
getCol
(
size_t
col
)
if
(
isNumeric
!
T
&&
rowCount
> 0
&&
colCount
> 0
)
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