MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / Access

Function Access

basiclinalg/expr.hpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 // template <typename TM, enable_if_t<!IsScalar<TM>(),bool> = true>
108 template <typename TM> requires(!IsScalar<TM>())
109 inline auto Access (const TM & mat, int i, int j)
110 {
111 return mat(i,j);
112 }
113
114 // template <typename TM, enable_if_t<IsScalar<TM>(),bool> = true>
115 template <typename TM> requires(IsScalar<TM>())

Callers 3

GetPardisoMatrixMethod · 0.85
MumpsInverseMethod · 0.85
ParallelMumpsInverseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected