dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Matrix.cofactor
dlib
math
matrix
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
Matrix
!(
T
,
N
)
cofactor
()
Matrix
!(
T
,
N
)
cofactor
()
struct
Matrix
(T, size_t N)
@
property
static if
(!(
N == 1
))
static if
(
N == 2
)
Matrix
!(
T
,
N
)
cofactor
(
)
Matrix
!(
T
,
N
)
cofactor
()
Meta
Source
See Implementation
dlib
math
matrix
Matrix
aliases
affine
det
singular
constructors
this
functions
adjugate
cofactor
determinant
determinant3x3
flatten
getColumn
getRow
invRotate
inverse
invert
isAffine
isSingular
negative
opBinary
opBinaryRight
opEquals
opIndex
opIndexAssign
opOpAssign
opSliceAssign
rotate
setColumn
setIdentity
setRow
swapColumns
swapRows
toString
transpose
transposed
static functions
identity
zero
unions
__anonymous