CRTOpPack::ROpGetElementEleWiseReductionOp< Scalar > | |
CRTOpPack::ROpMaxIndexEleWiseReductionOp< Scalar > | |
CRTOpPack::ROpMaxIndexLessThanBoundEleWiseReductionOp< Scalar > | |
CRTOpPack::ROpMaxIndexReductObjReductionOp< Scalar > | |
CRTOpPack::ROpMinIndexEleWiseReductionOp< Scalar > | |
CRTOpPack::ROpMinIndexGreaterThanBoundEleWiseReductionOp< Scalar > | |
CRTOpPack::ROpMinIndexReductObjReductionOp< Scalar > | |
CRTOpPack::ROpNorm2EleWiseReduction< Scalar > | |
CRTOpPack::ROpWeightedNorm2EleWiseReduction< Scalar > | |
▼C |
▼C |
▼C |
CRTOpPack::ROpGetElement< Scalar > | Returns the value of the element at index global_i |
▼C |
CRTOpPack::ROpMaxIndex< Scalar > | Returns the maximum element and its index: result.scalar = x(k) and result.index = k such that x(k) >= x(i) for i=0...n-1 and k is the minimum index to break ties |
▼C |
CRTOpPack::ROpMaxIndexLessThanBound< Scalar > | Returns the maximum element less than some bound along with its index: result.scalar = x(k) and result.index = k such that x(k) >= x(i) for all i where x(i) < bound and k is the minimum index to break ties |
▼C |
CRTOpPack::ROpMinIndex< Scalar > | Returns the minimum element and its index: result.scalar = x(k) and result.index = k such that x(k) <= x(i) for i=0...n-1 and k is the minimum index to break ties |
▼C |
CRTOpPack::ROpMinIndexGreaterThanBound< Scalar > | Returns the minimum element greater than some bound along with its index: result.scalar = x(k) and result.index = k such that x(k) <= x(i) for all i where x(i) > bound and k is the minimum index to break ties |
▼C |
CRTOpPack::ROpWeightedNorm2< Scalar > | Weighted Two (Euclidean) norm reduction operator: result = sqrt( sum( v0[i]*conj(v1[i])*v1[i], i=0...n-1 ) ) |
CRTOpPack::ROpGetSubVector< Scalar > | Reduction operator that extracts a sub-vector in the range of global zero-based indexes [l,u] |
▼C |
▼C |
CRTOpPack::ROpNorm2< Scalar > | Two (Euclidean) norm reduction operator: result = sqrt( sum( conj(v0[i])*v0[i], i=0...n-1 ) ) |
CRTOpPack::TOpLinearCombination< Scalar > | Linear combination transformation operator: z0[i] = beta*z0[i] |
CRTOpPack::TOpRandomize< Scalar > | Generate a random vector in the range [l,u]: z0[i] = 0.5*((u-l)*Teuchos::ScalarTraits<Scalar>::random()+(u+l)), i=0...n-1 |
CRTOpPack::TOpSetSubVector< Scalar > | Advanced transformation operator that assigns elements from a sparse explicit vector |
▼C |
CRTOpPack::TOpAddScalar< Scalar > | Add a scalar to a vector transformation operator: z0[i] += alpha, i=0...n-1 |
▼C |
CRTOpPack::TOpAssignScalar< Scalar > | Assign a scalar to a vector transformation operator: z0[i] = alpha, i=0...n-1 |
▼C |
CRTOpPack::TOpScaleVector< Scalar > | Simple transformation operator that scales every vector element by a scalar alpha |
▼C |
CRTOpPack::TOpSetAssendingValues< Scalar > | Set the elements of a vector to: z0[i] = i+offset+1, i=0...n-1 |
▼C |
CRTOpPack::TOpSetElement< Scalar > | Set the elements of a vector to: z0[i] = i+global_i+1, i=0...n-1 |
▼C |
CRTOpPack::TOpAXPY< Scalar > | AXPY transformation operator: z0[i] += alpha*v0[i], i=0...n-1 |
▼C |
CRTOpPack::TOpEleWiseProdUpdate< Scalar > | Element-wise product update transformation operator: z0[i] *= alpha*v0[i], i=0...n-1 |
▼C |
CRTOpPack::TOpEleWiseScale< Scalar > | Element-wise vector scaling: z0[i] *= v0[i], i=0...n-1 |
▼C |
CRTOpPack::TOpEleWiseConjProd< Scalar > | Element-wise product transformation operator: z0[i] += alpha*conj(v0[i])*v1[i], i=0...n-1 |
▼C |
CRTOpPack::TOpEleWiseDivide< Scalar > | Element-wise division transformation operator: z0[i] += alpha*v0[i]/v1[i], i=0...n-1 |
▼C |
CRTOpPack::TOpEleWiseProd< Scalar > | Element-wise product transformation operator: z0[i] += alpha*v0[i]*v1[i], i=0...n-1 |
CRTOpPack::TOpAddScalarEleWiseTransformation< Scalar > | Element-wise transformation operator for TOpAddScalar |
CRTOpPack::TOpAssignScalarEleWiseTransformation< Scalar > | Element-wise transformation operator for TOpAssignScalar |
CRTOpPack::TOpAXPYEleWiseTransformation< Scalar > | Element-wise transformation operator for TOpAXPY |
CRTOpPack::TOpEleWiseConjProdEleWiseTransformation< Scalar > | Element-wise transformation operator for TOpEleWiseConjProd |
CRTOpPack::TOpEleWiseDivideEleWiseTransformation< Scalar > | Element-wise transformation operator for TOpEleWiseDivide |
CRTOpPack::TOpEleWiseProdEleWiseTransformation< Scalar > | Element-wise transformation operator for TOpEleWiseProd |
CRTOpPack::TOpEleWiseProdUpdateEleWiseTransformation< Scalar > | Element-wise transformation operator for TOpEleWiseProdUpdate |
CRTOpPack::TOpEleWiseScaleEleWiseTransformation< Scalar > | Element-wise vector scaling op for TOpEleWiseScaling |
CRTOpPack::TOpScaleVectorEleWiseTransformation< Scalar > | Element-wise transformation operator for TOpScaleVector |
CRTOpPack::TOpSetAssendingValuesEleWiseTransformation< Scalar > | Element-wise transformation for TOpSetAssendingValues |
CRTOpPack::TOpSetElementEleWiseTransformation< Scalar > | Element-wise transformation for TOpSetElement |