- Return info proxy. Used to print matrix information to a stream
| 708 | //- Return info proxy. |
| 709 | // Used to print matrix information to a stream |
| 710 | InfoProxy<lduMatrix> info() const |
| 711 | { |
| 712 | return *this; |
| 713 | } |
| 714 | |
| 715 | |
| 716 | // Member operators |
no outgoing calls
no test coverage detected