#include "ParallelApproximateInverse.hpp"
Functions | |
| Mat | getSpaiInitial (Mat Avv, int local_size, int band, bool symmetric) |
| bool | is_local_row (int range_begin, int range_end, int *columns, int band) |
| int | fill_rows_to_get (int range_begin, int range_end, int *columns, int band, bool *rows_to_get, int rows_to_get_cnt) |
| int | get_row_index_in_matrix (int size, int row_index, int *rows_to_get_indexes) |
| Mat | getApproximateInverseParallel (Mat Avv, int band, bool symmetric) |
| int fill_rows_to_get | ( | int | range_begin, | |
| int | range_end, | |||
| int * | columns, | |||
| int | band, | |||
| bool * | rows_to_get, | |||
| int | rows_to_get_cnt | |||
| ) |

| int get_row_index_in_matrix | ( | int | size, | |
| int | row_index, | |||
| int * | rows_to_get_indexes | |||
| ) |

| Mat getApproximateInverseParallel | ( | Mat | Avv, | |
| int | band, | |||
| bool | symmetric | |||
| ) |


| Mat getSpaiInitial | ( | Mat | Avv, | |
| int | local_size, | |||
| int | band, | |||
| bool | symmetric | |||
| ) |


| bool is_local_row | ( | int | range_begin, | |
| int | range_end, | |||
| int * | columns, | |||
| int | band | |||
| ) |

1.6.1