|
subroutine | tuple::tuple_i4_assign_tuple (this, other) |
| Assign an integer 2-tuple to a tuple. More...
|
|
subroutine | tuple::tuple_i4_assign_vector (this, x) |
| Assign an integer vector to a tuple. More...
|
|
pure logical function | tuple::tuple_i4_equal (this, other) |
| Check if two integer based tuples are equal. More...
|
|
subroutine | tuple::tuple3_i4_assign_tuple (this, other) |
| Assign an integer 3-tuple to a tuple. More...
|
|
subroutine | tuple::tuple3_i4_assign_vector (this, x) |
| Assign an integer vector to a tuple. More...
|
|
pure logical function | tuple::tuple3_i4_equal (this, other) |
| Check if two integer based tuples are equal. More...
|
|
subroutine | tuple::tuple4_i4_assign_tuple (this, other) |
| Assign an integer 4-tuple to a tuple. More...
|
|
subroutine | tuple::tuple4_i4_assign_vector (this, x) |
| Assign an integer vector to a tuple. More...
|
|
pure logical function | tuple::tuple4_i4_equal (this, other) |
| Check if two integer based tuples are equal. More...
|
|
subroutine | tuple::tuple_r8_assign_tuple (this, other) |
| Assign a double precision 2-tuple to a tuple. More...
|
|
subroutine | tuple::tuple_r8_assign_vector (this, x) |
| Assign a double precision vector to a tuple. More...
|
|
pure logical function | tuple::tuple_r8_equal (this, other) |
| Check if two double precision tuples are equal. More...
|
|
subroutine | tuple::tuple_i4r8_assign_tuple (this, other) |
| Assign a mixed integer-double precision 2-tuple to a tuple. More...
|
|
subroutine | tuple::tuple_i4r8_assign_vector (this, x) |
| Assign a mixed intreger-double precision vector to a tuple. More...
|
|
pure logical function | tuple::tuple_i4r8_equal (this, other) |
| Check if two mixed integer-double precision tuples are equal. More...
|
|
subroutine | tuple::tuple_2i4r8_assign_tuple (this, other) |
| Assign a mixed integer-double precision 3-tuple to a tuple. More...
|
|
subroutine | tuple::tuple_2i4r8_assign_vector (this, x) |
| Assign a mixed intreger-double precision vector to a tuple. More...
|
|
pure logical function | tuple::tuple_2i4r8_equal (this, other) |
| Check if two mixed integer-double precision tuples are equal. More...
|
|