Pressio / pressio

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

ops: teuchos: add `clone` implementation and unit test #578

Closed mzuzek closed 1 year ago

mzuzek commented 1 year ago

refs #517

Overloads

Teuchos clone overloads:

function input T
clone( T ) Teuchos::SerialDenseVector<OrdinalType, ScalarType>

Tests

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

file name test name tested type
ops_teuchos_vector.cc ops_teuchos.vector_clone Teuchos::SerialDenseVector<int, double>