carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
MatrixExpression
carbon
linear
式テンプレートでの、式を表します
struct
MatrixExpression
(Lhs, string s, Rhs)
struct
MatrixExpression (
Lhs
string
s
Rhs
)
if
(
isValidOperator
!(
Lhs
,
s
,
Rhs
) &&
(
isAbstractMatrix
!
Lhs
||
isAbstractMatrix
!
Rhs
)
&&
!
(
isMatrix
!
Lhs
||
isMatrix
!
Rhs
)
) {
enum
etoSpec
;
static
InferredResult
inferSize
(Msize_t r, Msize_t c);
auto
opIndex
(size_t i, size_t j);
}
struct
MatrixExpression
(Lhs, string s, Rhs)
auto
matrixExpression
(A a, B b)
Members
Functions
opIndex
auto
opIndex
(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
etoSpec
enum
etoSpec
;
Undocumented in source.
Static functions
inferSize
InferredResult
inferSize
(Msize_t r, Msize_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
carbon
linear
aliases
Msize_t
enums
ETOSpec
Major
hasDynamicColumns
hasDynamicLength
hasDynamicRows
hasStaticCols
hasStaticLength
hasStaticRows
isMatrix
isNarrowMatrix
isNarrowVector
functions
assignAt
at
cartesian
cols
columnVectors
congeal
cross
dot
hermitian
matrix
matrixExpression
norm
permutation
pluDecomposeInPlace
pref
rowVectors
rows
staticCols
staticRows
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
isPermutationMatrix
isValidOperator
isValidOperatorImpl
variables
dynamic
hasView
isAbstractMatrix
isNotVectorOrMatrix
isVector
wild
式テンプレートでの、式を表します