amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
calcMinor
amalthea
matrixmath
The function gets minor of matrix by i,j.
auto
calcMinor
(
T
)
(
in
T
[][]
mat
,
in
size_t
i
,
in
size_t
j
)
Meta
Source
See Implementation
amalthea
matrixmath
aliases
det
functions
calcDeterminant
calcMinor
eye
multiply
ndim
shape
summarize
transpose
The function gets minor of matrix by i,j.