Searched defs:LogDeterminantFromPivotedLUFunctor (Results 1 – 2 of 2) sorted by relevance
112 struct LogDeterminantFromPivotedLUFunctor<GPUDevice, Scalar> { struct113 void operator()(const GPUDevice& device, in operator ()()128 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, float>; variable129 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, double>; variable130 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, complex64>; variable131 template struct LogDeterminantFromPivotedLUFunctor<GPUDevice, complex128>; variable
37 struct LogDeterminantFromPivotedLUFunctor { struct