Intrepid2
Intrepid2::RealSpaceTools< DeviceType > Member List

This is the complete list of members for Intrepid2::RealSpaceTools< DeviceType >, including all inherited members.

absval(Kokkos::DynRankView< absArrayValueType, absArrayProperties... > absArray, const Kokkos::DynRankView< inArrayValueType, inArrayProperties... > inArray)Intrepid2::RealSpaceTools< DeviceType >static
absval(Kokkos::DynRankView< inoutArrayValueType, inoutArrayProperties... > inoutArray)Intrepid2::RealSpaceTools< DeviceType >static
absval(Kokkos::DynRankView< inoutArrayValueType, inoutAbsArrayProperties... > inoutAbsArray) (defined in Intrepid2::RealSpaceTools< DeviceType >)Intrepid2::RealSpaceTools< DeviceType >
add(Kokkos::DynRankView< sumArrayValueType, sumArrayProperties... > sumArray, const Kokkos::DynRankView< inArray1ValueType, inArray1Properties... > inArray1, const Kokkos::DynRankView< inArray2ValueType, inArray2Properties... > inArray2)Intrepid2::RealSpaceTools< DeviceType >static
add(Kokkos::DynRankView< inoutSumArrayValueType, inoutSumArrayProperties... > inoutSumArray, const Kokkos::DynRankView< inArrayValueType, inArrayProperties... > inArray)Intrepid2::RealSpaceTools< DeviceType >static
AtA(Kokkos::DynRankView< outMatValueType, outMatProperties... > outMats, const Kokkos::DynRankView< inMatValueType, inMatProperties... > inMats)Intrepid2::RealSpaceTools< DeviceType >static
clone(Kokkos::DynRankView< outputValueType, outputProperties... > output, const Kokkos::DynRankView< inputValueType, inputProperties... > input)Intrepid2::RealSpaceTools< DeviceType >static
det(DeterminantArrayViewType detArray, const MatrixViewType inMats)Intrepid2::RealSpaceTools< DeviceType >static
dot(Kokkos::DynRankView< dotArrayValueType, dotArrayProperties... > dotArray, const Kokkos::DynRankView< inVec1ValueType, inVec1Properties... > inVecs1, const Kokkos::DynRankView< inVec2ValueType, inVec2Properties... > inVecs2)Intrepid2::RealSpaceTools< DeviceType >static
extractScalarValues(Kokkos::DynRankView< outputValueType, outputProperties... > output, const Kokkos::DynRankView< inputValueType, inputProperties... > input)Intrepid2::RealSpaceTools< DeviceType >static
inverse(InverseMatrixViewType inverseMats, MatrixViewType inMats)Intrepid2::RealSpaceTools< DeviceType >static
matvec(Kokkos::DynRankView< matVecValueType, matVecProperties... > matVecs, const Kokkos::DynRankView< inMatValueType, inMatProperties... > inMats, const Kokkos::DynRankView< inVecValueType, inVecProperties... > inVecs)Intrepid2::RealSpaceTools< DeviceType >static
scale(Kokkos::DynRankView< scaledArrayValueType, scaledArrayProperties... > scaledArray, const Kokkos::DynRankView< inArrayValueType, inArrayProperties... > inArray, const ValueType alpha)Intrepid2::RealSpaceTools< DeviceType >static
scale(Kokkos::DynRankView< inoutScaledArrayValueType, inoutScaledArrayProperties... > inoutScaledArray, const ValueType alpha)Intrepid2::RealSpaceTools< DeviceType >static
subtract(Kokkos::DynRankView< diffArrayValueType, diffArrayProperties... > diffArray, const Kokkos::DynRankView< inArray1ValueType, inArray1Properties... > inArray1, const Kokkos::DynRankView< inArray2ValueType, inArray2Properties... > inArray2)Intrepid2::RealSpaceTools< DeviceType >static
subtract(Kokkos::DynRankView< inoutDiffArrayValueType, inoutDiffArrayProperties... > diffArray, const Kokkos::DynRankView< inArrayValueType, inArrayProperties... > inArray)Intrepid2::RealSpaceTools< DeviceType >static
transpose(Kokkos::DynRankView< transposeMatValueType, transposeMatProperties... > transposeMats, const Kokkos::DynRankView< inMatValueType, inMatProperties... > inMats)Intrepid2::RealSpaceTools< DeviceType >static
vecprod(Kokkos::DynRankView< vecProdValueType, vecProdProperties... > vecProd, const Kokkos::DynRankView< inLeftValueType, inLeftProperties... > inLeft, const Kokkos::DynRankView< inRightValueType, inRightProperties... > inRight)Intrepid2::RealSpaceTools< DeviceType >static
vectorNorm(Kokkos::DynRankView< normArrayValueType, normArrayProperties... > normArray, const Kokkos::DynRankView< inVecValueType, inVecProperties... > inVecs, const ENorm normType)Intrepid2::RealSpaceTools< DeviceType >static