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