forked from Meinersbur/isl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
export isl_map_from_multi_pw_aff as isl_multi_pw_aff_as_map
In the bindings, it is more convenient to use a method on the object being converted than to call a named constructor with the object as argument. The function has an infix "as" because only functions living in a map space can be converted to an isl_map. This naming is consistent with the "as" method in the C++ interface of type based subclasses. Signed-off-by: Sven Verdoolaege <[email protected]>
- Loading branch information
1 parent
84cc1f1
commit 4e81432
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters