Searched defs:DeterminantFromPivotedLUFunctor (Results 1 – 2 of 2) sorted by relevance
123 struct DeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct124 void operator()(const GPUDevice& device, in operator ()()140 template struct DeterminantFromPivotedLUFunctor<GPUDevice, float>; variable141 template struct DeterminantFromPivotedLUFunctor<GPUDevice, double>; variable142 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable143 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
27 struct DeterminantFromPivotedLUFunctor { struct