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

Method AddMatrixTrans

comp/bilinearform.hpp:787–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785 { throw Exception ("comp-bf - AddMatrix is illegal"); }
786
787 virtual void AddMatrixTrans (double val, const BaseVector & x,
788 BaseVector & y, LocalHeap & lh) const
789 { throw Exception ("comp-bf - AddMatrixTrans is illegal"); }
790
791 virtual void ApplyLinearizedMatrixAdd (double val,
792 const BaseVector & lin,

Callers 1

MultTransAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected