| 3958 | |
| 3959 | |
| 3960 | void CompoundFESpace::VTransformMR (ElementId ei, |
| 3961 | SliceMatrix<double> mat, TRANSFORM_TYPE tt) const |
| 3962 | { |
| 3963 | T_TransformMat (ei, mat, tt); |
| 3964 | } |
| 3965 | |
| 3966 | void CompoundFESpace::VTransformMC (ElementId ei, |
| 3967 | SliceMatrix<Complex> mat, TRANSFORM_TYPE tt) const |
no test coverage detected