Intrepid2
Intrepid2::RealSpaceTools< ExecSpaceType > Member List

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

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