| 65 | |
| 66 | template <typename T> |
| 67 | void load( |
| 68 | const kernel_type& kernel_, |
| 69 | const T& basis_samples |
| 70 | ) |
| 71 | { |
| 72 | load_impl(kernel_, mat(basis_samples)); |
| 73 | } |
| 74 | |
| 75 | void load( |
| 76 | const linearly_independent_subset_finder<kernel_type>& lisf |
no test coverage detected