Searched defs:std_A (Results 1 – 8 of 8) sorted by relevance
/dports/math/viennacl/ViennaCL-1.7.1/tests/src/ |
H A D | matrix_int.hpp | 35 … check_for_equality(std::vector<std::vector<NumericT> > const & std_A, VCLMatrixType const & vcl_A) in check_for_equality() 63 int run_test(STLMatrixType & std_A, STLMatrixType & std_B, STLMatrixType & std_C, in run_test() 734 std::vector<std::vector<ScalarType> > std_A(dim_rows, std::vector<ScalarType>(dim_cols)); in run_test() local
|
H A D | sparse.cpp | 163 std::vector<std::map<unsigned int, NumericT> > std_A(5); in strided_matrix_vector_product_test() local 217 std::vector<std::map<unsigned int, NumericT> > std_A(5); in resize_test() local
|
H A D | sparse.cu | 163 std::vector<std::map<unsigned int, NumericT> > std_A(5); in strided_matrix_vector_product_test() local 217 std::vector<std::map<unsigned int, NumericT> > std_A(5); in resize_test() local
|
H A D | matrix_float_double.hpp | 41 …ity(std::vector<std::vector<NumericT> > const & std_A, VCLMatrixType const & vcl_A, double epsilon) in check_for_equality() 73 STLMatrixType & std_A, STLMatrixType & std_B, STLMatrixType & std_C, in run_test() 1012 std::vector<std::vector<ScalarType> > std_A(dim_rows, std::vector<ScalarType>(dim_cols)); in run_test() local
|
H A D | spmdm.cpp | 101 std::vector<std::map<unsigned int, NumericT> > std_A; in test() local
|
H A D | spmdm.cu | 101 std::vector<std::map<unsigned int, NumericT> > std_A; in test() local
|
H A D | self_assign.cpp | 277 std::vector<std::vector<NumericT> > std_A(N, std::vector<NumericT>(N, NumericT(1))); in test() local
|
H A D | self_assign.cu | 277 std::vector<std::vector<NumericT> > std_A(N, std::vector<NumericT>(N, NumericT(1))); in test() local
|