| 8021 | */ |
| 8022 | |
| 8023 | AutoVector BilinearFormApplication :: |
| 8024 | CreateVector () const |
| 8025 | { |
| 8026 | return bf -> CreateRowVector(); |
| 8027 | } |
| 8028 | |
| 8029 | AutoVector BilinearFormApplication :: |
| 8030 | CreateRowVector () const |
nothing calls this directly
no test coverage detected