Searched defs:basis (Results 1 - 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Ddogleg_strategy_test.cc57 // where Q is a randomly chosen orthonormal basis of R^6.
64 Matrix basis(6, 6);
66 basis << -0.1046920933796121, -0.7449367449921986, -0.4190744502875876, -0.4480450716142566, 0.2375351607929440, -0.0363053418882862,
77 Matrix jacobian = sqrtD * basis;
196 // Test if the subspace basis is a valid orthonormal basis of the space spanned
211 // Check if the basis is orthonormal.
212 const Matrix basis = strategy.subspace_basis(); local
213 EXPECT_NEAR(basis.col(0).norm(), 1.0, kTolerance);
214 EXPECT_NEAR(basis
[all...]
/external/chromium_org/courgette/
H A Dstreams_unittest.cc130 int32 basis = data[i]; local
132 EXPECT_TRUE(out.WriteVarint32Signed(basis + delta));
133 values.push_back(basis + delta);
134 EXPECT_TRUE(out.WriteVarint32Signed(-basis + delta));
135 values.push_back(-basis + delta);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c224 struct config *bp; /* The next basis configuration */
255 struct config *bp; /* The basis configurations for this state */
307 int basisflag; /* Print only basis configurations */
787 /* The basis configuration set for the first state
813 /* Extract the sorted basis of the new state. The basis was constructed
818 /* Get a state with the same basis */
821 /* A state with the same basis already exists! Copy all the follow-set
839 stp->bp = bp; /* Remember the configuration basis */
889 ** following its dot, add the same configuration to the basis se
1147 static struct config *basis = 0; /* Top of list of basis configs */ variable in typeref:struct:config
[all...]

Completed in 1849 milliseconds