moggle ~master (2015-11-22T21:36:14Z)
Dub
Repo
Matrix.this
moggle
math
matrix
Matrix
Undocumented in source.
this
(const(T)[N * M] v)
this
(Matrix!(T2, N, M) m)
this
(const(T)[N2] v)
this
(Matrix!(T2, N2, 1) v)
struct
Matrix
(T, size_t N, size_t M = N)
pure nothrow
static if
(
M == 1
)
this
(
T2
size_t
N2
)
(
in
Matrix
!(
T2
,
N2
, 1)
v
)
if
(
N2
<
N
)
Meta
Source
See Implementation
moggle
math
matrix
Matrix
aliases
height
width
constructors
this
functions
adjugate
cofactor
cofactor_matrix
column
determinant
inverse
invert
length
normalize
normalized
opAssign
opBinary
opBinaryRight
opDollar
opIndex
opOpAssign
opSlice
opSliceAssign
opSliceOpAssign
opUnary
row
toString
transpose
transposed
without_column
without_row
without_row_column
properties
identity
ptr
zero