Тесты для комплексных чисел, исправление в файле проекта для Visual Studio
This commit is contained in:
parent
1b0fd7ef26
commit
f85039a556
22 changed files with 816 additions and 3 deletions
14
basic-geometry-test/tests/complex/complex_modulus.h
Normal file
14
basic-geometry-test/tests/complex/complex_modulus.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef _TEST_COMPLEX_MODULUS_H_
|
||||
#define _TEST_COMPLEX_MODULUS_H_
|
||||
|
||||
void test_complex_square_modulus_fp32();
|
||||
|
||||
void test_complex_square_modulus_fp64();
|
||||
|
||||
void test_complex_modulus_fp32();
|
||||
|
||||
void test_complex_modulus_fp64();
|
||||
|
||||
void test_complex_modulus();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue