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

Method ApplyLinearizedMatrixAdd

comp/bilinearform.hpp:791–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789 { throw Exception ("comp-bf - AddMatrixTrans is illegal"); }
790
791 virtual void ApplyLinearizedMatrixAdd (double val,
792 const BaseVector & lin,
793 const BaseVector & x,
794 BaseVector & y, LocalHeap & lh) const
795 { throw Exception ("comp-bf - AddMatrix is illegal"); }
796
797 virtual void ApplyLinearizedMatrixAdd (Complex val,
798 const BaseVector & lin,

Callers 2

MultMethod · 0.80
MultAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected