DifferentialPair<T>.$init.remat
Description
Initialize a matrix where all elements have the same scalar value.
Signature
static DifferentialPair<T>.init.remat( , T , T.Differential ) where T : IDifferentiable; static vector<T, N>.init.remat( , vector<T, N> ) where T : __BuiltinFloatingPointType; static vector<T, N>.init<U>.remat( , vector<U, N> ) where U : __BuiltinFloatingPointType where T : __BuiltinFloatingPointType; static vector<T, N>.init.remat( , float ) where T : __BuiltinFloatingPointType; static matrix<T, N, M>.init.remat( , matrix<T, N, M> ) where T : __BuiltinFloatingPointType; static matrix<T, N, M>.init.remat( , int ) where T : __BuiltinFloatingPointType; static matrix<T, N, M>.init.remat( , float ) where T : __BuiltinFloatingPointType; static matrix<T, N, M>.init.remat( , T ) where T : __BuiltinFloatingPointType; static __syn_BackwardDiffIntermediateContextType__S4core16NullDifferentialR8_24xinitp1pi_ffb NullDifferential.init.remat( __syn_BackwardDiffMinimalContextType__S4core16NullDifferentialR8_24xinitp1pi_ffb , float );