Tp | Element type. |
Definition at line 59 of file gslice_array.h.
|
Copy constructor. Both slices refer to the same underlying array.
Definition at line 142 of file gslice_array.h. |
|
Logical and slice elements with corresponding elements of v.
|
|
Multiply slice elements by corresponding elements of v.
|
|
Modulo slice elements by corresponding elements of v.
|
|
Add corresponding elements of v to slice elements.
|
|
Subtract corresponding elements of v from slice elements.
|
|
Divide slice elements by corresponding elements of v.
|
|
Left shift slice elements by corresponding elements of v.
|
|
Assign all slice elements to t.
Definition at line 157 of file gslice_array.h. |
|
Assign slice elements to corresponding elements of v.
Definition at line 165 of file gslice_array.h. |
|
elements of a.
Definition at line 147 of file gslice_array.h. References gslice_array::_M_array, gslice_array::_M_index, and valarray::size(). |
|
Right shift slice elements by corresponding elements of v.
|
|
Logical xor slice elements with corresponding elements of v.
|
|
Logical or slice elements with corresponding elements of v.
|