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)
Matrix
opAssign
(Matrix!(T2, N, M) m)
Matrix
opAssign
(const(T)[N2] v)
struct
Matrix
(T, size_t N, size_t M = N)
pure nothrow ref
static if
(
M == 1
)
Matrix
opAssign
(
size_t
N2
)
(
in
const
(
T
)[
N2
]
v
...
)
if
(
N2
<
N
)
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