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