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
+3 -3
View File
@@ -22,7 +22,7 @@
using namespace arma;
TEST_CASE("decomp_eig_sym_1")
TEST_CASE("decomp_eig_sym_1", "[eig_sym]")
{
mat A =
"\
@@ -64,7 +64,7 @@ TEST_CASE("decomp_eig_sym_1")
TEST_CASE("eig_sym_2")
TEST_CASE("eig_sym_2", "[eig_sym]")
{
cx_mat A =
{
@@ -104,7 +104,7 @@ TEST_CASE("eig_sym_2")
TEST_CASE("eig_sym_3")
TEST_CASE("eig_sym_3", "[eig_sym]")
{
mat A(5,6,fill::randu);