vector<T,N>.mul.remat
Description
Signature
static vector<T, N>.mul.remat(
,
vector<T, N> ,
vector<T, N> )
where T : __BuiltinFloatingPointType;
static matrix<T, N, M>.mul.remat(
,
matrix<T, N, M> ,
matrix<T, N, M> )
where T : __BuiltinFloatingPointType;
static mul<T, N, M>.remat(
,
DifferentialPair<vector<T, N>> ,
DifferentialPair<matrix<T, N, M>> )
where T : __BuiltinFloatingPointType;
static mul<T, N, M>.remat(
,
vector<T, N> ,
matrix<T, N, M> )
where T : __BuiltinFloatingPointType;
static mul<T, N, M>.remat(
,
DifferentialPair<matrix<T, N, M>> ,
DifferentialPair<vector<T, M>> )
where T : __BuiltinFloatingPointType;
static mul<T, N, M>.remat(
,
matrix<T, N, M> ,
vector<T, M> )
where T : __BuiltinFloatingPointType;
static mul<T, R, N, C>.remat(
,
DifferentialPair<matrix<T, R, N>> ,
DifferentialPair<matrix<T, N, C>> )
where T : __BuiltinFloatingPointType;
static mul<T, R, N, C>.remat(
,
matrix<T, R, N> ,
matrix<T, N, C> )
where T : __BuiltinFloatingPointType;
static mul<T, R, N, C>.remat(
,
inout DifferentialPair<matrix<T, R, N>> ,
inout DifferentialPair<matrix<T, N, C>> ,
matrix<T, R, C> )
where T : __BuiltinFloatingPointType;
Parameters