Searched refs:other_options (Results 1 – 1 of 1) sorted by relevance
529 const auto& other_options = casted_other.triangular_solve_options(); in IdenticalSlowPath() local531 return options.left_side() == other_options.left_side() && in IdenticalSlowPath()532 options.lower() == other_options.lower() && in IdenticalSlowPath()533 options.unit_diagonal() == other_options.unit_diagonal() && in IdenticalSlowPath()534 options.transpose_a() == other_options.transpose_a(); in IdenticalSlowPath()570 const auto& other_options = casted_other.cholesky_options(); in IdenticalSlowPath() local572 return options.lower() == other_options.lower(); in IdenticalSlowPath()