| 1106 | |
| 1107 | |
| 1108 | void print_elems(CompMatr1 obj, string indent) { printDenseSquareMatrix(obj, indent); } |
| 1109 | void print_elems(CompMatr2 obj, string indent) { printDenseSquareMatrix(obj, indent); } |
| 1110 | void print_elems(CompMatr obj, string indent) { printDenseSquareMatrix(obj, indent); } |
| 1111 | void print_elems(SuperOp obj, string indent) { printDenseSquareMatrix(obj, indent); } |
no test coverage detected