Searched defs:LogDeterminantFromPivotedLUFunctor (Results 1 – 2 of 2) sorted by relevance
146 struct LogDeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct147 void operator()(const GPUDevice& device, in operator ()()162 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, float>; variable163 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, double>; variable164 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable165 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
37 struct LogDeterminantFromPivotedLUFunctor { struct