Home
last modified time | relevance | path

Searched refs:big_A (Results 1 – 3 of 3) sorted by relevance

/dports/math/viennacl/ViennaCL-1.7.1/tests/src/
H A Dscheduler_matrix_matrix.cpp452 …std::vector<std::vector<NumericT> > big_A(4*matrix_size1, std::vector<NumericT>(4*matrix_size2, Nu… in test_prod() local
472 …std::vector<std::vector<NumericT> > big_A_trans(big_A[0].size(), std::vector<NumericT>(big_A.size(… in test_prod()
473 for (std::size_t i = 0; i < big_A.size(); ++i) in test_prod()
474 for (std::size_t j = 0; j < big_A[0].size(); ++j) in test_prod()
475 big_A_trans[j][i] = big_A[i][j]; in test_prod()
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/tests/
H A Dtest_ltisys.py113 big_A = np.ones((11,11))-np.eye(11)
115 big_A[:6,:6] = A
119 self._check(big_A, big_B, P)
123 self._check(big_A[:-1,:-1], big_B[:-1,:-1], P)
126 self._check(big_A[:-1,:-1], big_B[:-1,:-1], P)
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc630 bool big_A = false; in title_matches() local
633 big_A = (str[0] == 'A'); in title_matches()
644 …if(big_A && title[i] == str[0] && ((i2 == string::npos && i == title.length() - 1) || i2 - i == 1)… in title_matches()
646 } else if(!big_A && equalsIgnoreCase(str, title, i, i2, minlength)) { in title_matches()