Pressio / pressio

core C++ library
Other
45 stars 7 forks source link

ops: tpetra: revise overload constraints of norms #566

Closed mzuzek closed 1 year ago

mzuzek commented 1 year ago

refs #450

Overloads

Tpetra overloads of norms:

function input remarks
norm1
norm2
Tpetra vector requires underlying scalar type to be known integral of floating-point type

Tests

Unit tests (in tests/functional_small/ops/):

file name test name tested type
ops_tpetra_vector.cc ops_tpetra.vector_norm1
ops_tpetra.vector_norm2
Tpetra::Vector<>