carbon ~master (2016-11-08T03:28:07Z)
Home
Dub
Repo
sub
carbon
linear
部分行列を返します
auto
sub
(
alias
rArray
alias
cArray
A
)
(
A
mat
)
if
(
isArray
!(
typeof
(
rArray
)) &&
isArray
!(
typeof
(
cArray
))
&&
isNarrowMatrix
!
A
&&
!
isAbstractMatrix
!
A
&&
(
hasDynamicRows
!
A
||
is
(
typeof
( ))
)
&&
(
hasDynamicColumns
!
A
||
is
(
typeof
( ))
)
)
in { static if (hasDynamicRows!A) assert (rArray.find!"a>=b"(mat.rows).empty); static if (hasDynamicColumns!A) assert (cArray.find!"a>=b"(mat.cols).empty); }
Meta
Source
See Implementation
carbon
linear
enums
ETOSpec
Major
functions
cartesian
columnVectors
congeal
cross
hermitian
matrix
matrixExpression
norm
permutation
pluDecomposeInPlace
rowVectors
sub
swizzle
toFlatten
toMatrix
toRange
trace
manifest constants
defaultMajor
properties
identity
ones
transpose
structs
DMatrix
InferredResult
MatrixExpression
PLU
PMatrix
SMatrix
templates
ETOperatorSpec
ElementType
ExpressionOperators
ExpressionOperatorsInferable
SCVector
SRVector
SVector
defaultExprOps
hasAssignableElements
hasLvalueElements
isValidOperator
variables
hasView
isAbstractMatrix
isNotVectorOrMatrix
isVector
部分行列を返します