![]() |
PURIFY
Next-generation radio interferometric imaging
|
#include "purify/config.h"
#include "purify/types.h"
#include <numeric>
#include <random>
#include "catch2/catch_all.hpp"
#include "purify/IndexMapping.h"
#include "purify/utilities.h"
Go to the source code of this file.
Functions | |
TEST_CASE ("Index mapping operator") | |
TEST_CASE ("Non empty outer vectors") | |
TEST_CASE ("Shrink sparse matrix") | |
TEST_CASE ("Vector-shrinked matrix multiplication") | |
TEST_CASE | ( | "Index mapping operator" | ) |
TEST_CASE | ( | "Non empty outer vectors" | ) |
Definition at line 66 of file index_mapping.cc.
References CHECK, and purify::non_empty_outers().
TEST_CASE | ( | "Shrink sparse matrix" | ) |
Definition at line 77 of file index_mapping.cc.
References CHECK, and purify::compress_outer().
TEST_CASE | ( | "Vector-shrinked matrix multiplication" | ) |
Definition at line 89 of file index_mapping.cc.
References CHECK, purify::compress_outer(), mersenne(), purify::non_empty_outers(), and purify::utilities::sparse_multiply_matrix().