Searched defs:Det (Results 1 – 2 of 2) sorted by relevance
684 const int64_t Det = H[1][1]; in get_proj_subspace() local691 const int64_t Det = H[0][0]; in get_proj_subspace() local696 const int64_t Det = H[0][0] * H[1][1] - H[0][1] * H[1][0]; in get_proj_subspace() local
1016 const int64_t Det = (int64_t)A[0][0] * A[1][1] - (int64_t)A[0][1] * A[0][1]; in find_affine_int() local