Definition file for utility classes providing basic linear algebra functionality.
More...
|
struct | Intrepid2::FunctorRealSpaceTools::F_extractScalarValues< OutputViewType, inputViewType > |
| Functor for extractScalarValues see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_clone< OutputViewType, inputViewType > |
| Functor for clone see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_absval< absArrayViewType, inArrayViewType > |
| Functor to compute absolute value see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_vectorNorm< normArrayViewType, inVecViewType > |
| Functor to compute vector norm see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_transpose< transposeMatViewType, inMatViewType > |
| Functor to compute transpose see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_inverse< inverseMatViewType, inMatViewType > |
| Functor to compute inverse see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType > |
| Functor to compute determinant see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_add< sumArrayViewType, inArray1Viewtype, inArray2ViewType > |
| Functor to add md arrays see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType > |
| Functor to subtract md arrays see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_scale< ValueType, scaledArrayViewType, inArrayViewType > |
| Functor to scale md arrays see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_dot< dotArrayViewType, inVec1ViewType, inVec2ViewType > |
| Functor to compute dot product see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType > |
| Functor to compute matvec see Intrepid2::RealSpaceTools for more. More...
|
|
struct | Intrepid2::FunctorRealSpaceTools::F_vecprod< vecProdViewType, inLeftViewType, inRightViewType > |
| Functor to compute vecprod see Intrepid2::RealSpaceTools for more. More...
|
|
Definition file for utility classes providing basic linear algebra functionality.
- Author
- Created by P. Bochev, D. Ridzal, and D. Day. Kokkorized by Kyungjoo Kim
Definition in file Intrepid2_RealSpaceToolsDef.hpp.