An error occurred while fetching the assigned milestone of the selected merge_request.
Brief summary:
DistributedExpressionTemplates
ExpressionTemplates
and StaticExpressionTemplates
VectorExpressions
, VectorViewExpressions
, StaticVectorExpressions
, DistributedVectorExpressions
, DistributedVectorViewExpressions
)maxNorm
, l1Norm
and l2Norm
- convenient aliases for max(abs(...))
, lpNorm(..., 1)
and lpNorm(..., 2)
cast
function which makes something like this possible:
float s = TNL::sum(cast<float>(vector))
, where vector elements may be int
, double
, etc.addVector
, addVectors
, addElement
, scalarProduct
and sum
methods from all vector types