| 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, |