Tp | Element type. |
Definition at line 59 of file gslice_array.h.
|
Copy constructor. Both slices refer to the same underlying array.
|
|
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. References std::__valarray_fill(). |
|
Assign slice elements to corresponding elements of v.
Definition at line 165 of file gslice_array.h. References std::__valarray_copy(). |
|
elements of a.
|
|
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.
|