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

Class BaseMatrix

linalg/multivector.cpp:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138 template <class T>
139 void MultAdd (const class BaseMatrix & mat, FlatVector<T> s, const MultiVector & x, MultiVector & y)
140 {
141 if constexpr (std::is_same<T,double>::value)
142 {

Callers 1

basematrix.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected