dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Matrix.opBinary
dstruct
matrix
Matrix
Matrix
!
Number
opBinary
(
ref
const
Matrix
!
OtherNumber
other
)
Matrix
!
Number
opBinary
(
const
Matrix
!
OtherNumber
other
)
Matrix
!
Number
opBinary
(
ref
const
Matrix
!
OtherNumber
other
)
Matrix
!
Number
opBinary
(
const
Matrix
!
OtherNumber
other
)
Matrix
!
OtherNumber
opBinary
(
ref
const
Matrix
!
OtherNumber
other
)
Matrix
!
OtherNumber
opBinary
(
const
Matrix
!
OtherNumber
other
)
Matrix
!
Number
opBinary
(
OtherNumber
other
)
struct
Matrix
(Number)
@
safe
pure nothrow
Matrix
!
Number
opBinary
const
(
string
op
OtherNumber
)
(
OtherNumber
other
)
if
(
op
!= "in" &&
op
!= "~"
&&
is
(
OtherNumber
:
Number
)
)
if
(
isNumeric
!
Number
)
Return Value
Type:
Matrix
!
Number
A new matrix produce by combining a matrix and a scalar value.
Meta
Source
See Implementation
dstruct
matrix
Matrix
constructors
this
functions
dup
idup
opApply
opBinary
opEquals
opIndex
opOpAssign
properties
columnCount
empty
isSquare
rowCount