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

Function VecVector2Matrix

bem/mptools.hpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559
560 template <typename SCAL, auto S>
561 inline auto VecVector2Matrix (FlatVector<Vec<S,SCAL>> vec)
562 {
563 return FlatMatrixFixWidth<S,SCAL> (vec.Size(), vec.Data()->Data());
564 }
565
566 inline auto VecVector2Matrix (FlatVector<Complex> vec)
567 {

Callers 2

ProcessVectorizedBatchRSFunction · 0.85

Calls 2

SizeMethod · 0.45
DataMethod · 0.45

Tested by

no test coverage detected