Searched defs:DeterminantFromPivotedLUFunctor (Results 1 – 2 of 2) sorted by relevance
89 struct DeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct90 void operator()(const GPUDevice& device, in operator ()()106 template struct DeterminantFromPivotedLUFunctor<GPUDevice, float>; variable107 template struct DeterminantFromPivotedLUFunctor<GPUDevice, double>; variable108 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable109 template struct DeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
27 struct DeterminantFromPivotedLUFunctor { struct