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