Initial FP16 support

This commit is contained in:
Ryan Curtin
2025-07-07 04:00:20 +00:00
committed by conradsnicta
parent 252d43ae35
commit f07af5a111
99 changed files with 2589 additions and 646 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
using namespace arma;
TEST_CASE("decomp_eig_pair_1")
TEST_CASE("decomp_eig_pair_1", "[eig_pair]")
{
mat A1 =
"\
@@ -82,7 +82,7 @@ TEST_CASE("decomp_eig_pair_1")
TEST_CASE("decomp_eig_pair_2")
TEST_CASE("decomp_eig_pair_2", "[eig_pair]")
{
cx_mat A1 =
{