Searched defs:otherCols (Results 1 – 2 of 2) sorted by relevance
15 int otherCols = OtherCols==Dynamic?internal::random<int>(1,EIGEN_TEST_MAX_SIZE):OtherCols) in trmm()70 …EST_MAX_SIZE), int cols=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int otherCols = internal::ra… in trmm()
1926 for (int otherCols = 2; otherCols <= 4; otherCols++) in init() local