Home
last modified time | relevance | path

Searched refs:libfla_test_output_op_struct (Results 1 – 2 of 2) sorted by relevance

/dports/math/libflame/libflame-5.2.0/test/src/
H A Dtest_libflame.c268 libfla_test_output_op_struct( "chol", ops->chol ); in libfla_test_read_operation_file()
272 libfla_test_output_op_struct( "lu_nopiv", ops->lu_nopiv ); in libfla_test_read_operation_file()
276 libfla_test_output_op_struct( "lu_piv", ops->lu_piv ); in libfla_test_read_operation_file()
284 libfla_test_output_op_struct( "qrut", ops->qrut ); in libfla_test_read_operation_file()
292 libfla_test_output_op_struct( "lqut", ops->lqut ); in libfla_test_read_operation_file()
340 libfla_test_output_op_struct( "eig_gest", ops->eig_gest ); in libfla_test_read_operation_file()
344 libfla_test_output_op_struct( "trinv", ops->trinv ); in libfla_test_read_operation_file()
352 libfla_test_output_op_struct( "sylv", ops->sylv ); in libfla_test_read_operation_file()
356 libfla_test_output_op_struct( "lyap", ops->lyap ); in libfla_test_read_operation_file()
365 void libfla_test_output_op_struct( char* op_str, test_op_t op ) in libfla_test_output_op_struct() function
H A Dtest_libflame.h150 void libfla_test_output_op_struct( char* op_str, test_op_t op );