armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
Matrix.determinant
armos
math
matrix
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
T
determinant
()
struct
Matrix
(T, int RowSize, int ColSize)
const
static if
(
RowSize == 3 && ColSize == 3 && (is(T == double) || is(T == float))
)
T
determinant
(
)
if
(
__traits(
isArithmetic
,
T
) &&
RowSize
> 0
&&
ColSize
> 0
)
T
determinant
()
Meta
Source
See Implementation
armos
math
matrix
Matrix
aliases
MatrixType
VectorType
elementType
constructors
this
functions
array
determinant
inverse
opAdd
opCast
opDiv
opIndex
opMul
opNeg
opSub
setColumnVector
setMatrix
setRowVector
static functions
identity
zero
variables
colSize
elements
rowSize
size