moggle ~master (2015-11-22T21:36:14Z)
Dub
Repo
Matrix.opAssign
moggle
math
matrix
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
Matrix
opAssign
(const(T)[N * M] v)
struct
Matrix
(T, size_t N, size_t M = N)
pure nothrow ref
Matrix
opAssign
()
(
in
const
(
T
)[
N
*
M
]
v
)
Matrix
opAssign
(Matrix!(T2, N, M) m)
Matrix
opAssign
(const(T)[N2] v)
Matrix
opAssign
(Matrix!(T2, N2, 1) v)
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