Home
last modified time | relevance | path

Searched refs:constCoeff (Results 1 – 3 of 3) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/numerics/test/Polynomial/
H A DPolynomial_UnitTest.cpp95 RCP<const double> constCoeff = rcp(new double); in TEUCHOS_UNIT_TEST() local
96 constCoeff = P.getCoefficient(8); in TEUCHOS_UNIT_TEST()
97 TEST_EQUALITY_CONST( *constCoeff, 8.0 ); in TEUCHOS_UNIT_TEST()
136 RCP<const double> constCoeff = rcp(new double); in TEUCHOS_UNIT_TEST() local
137 TEST_THROW( constCoeff = constP.getCoefficient(3), std::out_of_range ); in TEUCHOS_UNIT_TEST()
/dports/security/seal/SEAL-3.7.2/dotnet/src/
H A DPlaintext.cs338 public void Set(ulong constCoeff) in Set() argument
340 NativeMethods.Plaintext_Set(NativePtr, constCoeff); in Set()
H A DNativeMethods.cs520 internal static extern void Plaintext_Set(IntPtr thisptr, ulong constCoeff); in Plaintext_Set() argument