carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
DMatrix.noAlias
carbon
linear
DMatrix
Undocumented in source.
struct
DMatrix
(T, Msize_t rs = dynamic, Msize_t cs = dynamic, Major mjr = Major.row)
@
property
void
noAlias
(
M
)
(
auto
ref
M
mat
)
if
(
isValidOperator
!(
typeof
(this), "=",
M
) &&
(
(
!
rs
||
!
hasStaticRows
!
M
)
||
is
(
typeof
( ))
)
&&
(
(
!
cs
||
!
hasStaticCols
!
M
)
||
is
(
typeof
( ))
)
)
Meta
Source
See Implementation
carbon
linear
DMatrix
constructors
this
functions
opAssign
opIndex
manifest constants
major
properties
noAlias
reference
variables
cols
isColumnMajor
isRowMajor
rows