| 8027 | } |
| 8028 | |
| 8029 | AutoVector BilinearFormApplication :: |
| 8030 | CreateRowVector () const |
| 8031 | { |
| 8032 | return bf -> CreateRowVector(); |
| 8033 | } |
| 8034 | |
| 8035 | AutoVector BilinearFormApplication :: |
| 8036 | CreateColVector () const |
nothing calls this directly
no test coverage detected