Home
last modified time | relevance | path

Searched refs:basis (Results 1 – 25 of 183) sorted by relevance

12345678

/external/ceres-solver/internal/ceres/
Ddogleg_strategy_test.cc64 Matrix basis(6, 6); in SetUp() local
66basis << -0.1046920933796121, -0.7449367449921986, -0.4190744502875876, -0.4480450716142566, 0.23… in SetUp()
77 Matrix jacobian = sqrtD * basis; in SetUp()
212 const Matrix basis = strategy.subspace_basis(); in TEST_F() local
213 EXPECT_NEAR(basis.col(0).norm(), 1.0, kTolerance); in TEST_F()
214 EXPECT_NEAR(basis.col(1).norm(), 1.0, kTolerance); in TEST_F()
215 EXPECT_NEAR(basis.col(0).dot(basis.col(1)), 0.0, kTolerance); in TEST_F()
219 EXPECT_NEAR((gradient - basis*(basis.transpose()*gradient)).norm(), in TEST_F()
225 EXPECT_NEAR((gn - basis*(basis.transpose()*gn)).norm(), in TEST_F()
/external/jetty/src/java/org/eclipse/jetty/server/session/jmx/
DAbstractSessionManagerMBean.java41 String basis = null; in getObjectContextBasis() local
50 basis = getContextName(context); in getObjectContextBasis()
53 if (basis != null) in getObjectContextBasis()
54 return basis; in getObjectContextBasis()
/external/jetty/src/java/org/eclipse/jetty/jmx/
DMBeanContainer.java293 String basis = buf.toString(); in addBean() local
297 count = __unique.get(basis); in addBean()
299 __unique.put(basis, count); in addBean()
307 oname = ObjectName.getInstance(domain + ":" + basis + ",id=" + count); in addBean()
325 public String makeName(String basis) in makeName() argument
327 if (basis==null) in makeName()
328 return basis; in makeName()
329 …return basis.replace(':', '_').replace('*', '_').replace('?', '_').replace('=', '_').replace(',', … in makeName()
/external/jetty/src/java/org/eclipse/jetty/server/handler/jmx/
DAbstractHandlerMBean.java47 String basis = null; in getObjectContextBasis() local
63 basis = getContextName(context); in getObjectContextBasis()
66 if (basis != null) in getObjectContextBasis()
67 return basis; in getObjectContextBasis()
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.cpp582 std::vector<Point2f> vectors, filteredVectors, basis; in findHoles() local
587 findBasis(filteredVectors, basis, basisGraphs); in findHoles()
588 findMCS(basis, basisGraphs); in findHoles()
594 std::vector<Point2f> vectors, tmpVectors, filteredVectors, basis; in findHoles() local
600 findBasis(filteredVectors, basis, basisGraphs); in findHoles()
601 findMCS(basis, basisGraphs); in findHoles()
605 findMCS(basis, basisGraphs); in findHoles()
757 void CirclesGridFinder::findMCS(const std::vector<Point2f> &basis, std::vector<Graph> &basisGraphs) in findMCS() argument
782 addHolesByGraph(basisGraphs, true, basis[1]); in findMCS()
790 addHolesByGraph(basisGraphs, false, basis[0]); in findMCS()
[all …]
Dcirclesgrid.hpp159 void drawBasis(const std::vector<cv::Point2f> &basis, cv::Point2f origin, cv::Mat &drawImg) const;
168 void findBasis(const std::vector<cv::Point2f> &samples, std::vector<cv::Point2f> &basis,
170 void findMCS(const std::vector<cv::Point2f> &basis, std::vector<Graph> &basisGraphs);
/external/llvm/test/CodeGen/MIR/Generic/
Dmachine-basic-block-unknown-name.mir3 # a basic block with the machine basis block's name.
/external/llvm/test/CodeGen/X86/
Dsunkaddr-ext.ll4 ; use the potential overflow as the basis for an address calculation later by
/external/curl/
Dlibcurl.pc.in18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
/external/curl/lib/
Dlibcurl.rc18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
/external/curl/src/
Dcurl.rc18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
/external/mesa3d/docs/
Dpatents.txt9 will discuss licensing on RAND terms, on an individual basis with
/external/dagger2/examples/android-activity-graphs/
DREADME.md10 * Allows for the use of singletons on a per-activity basis. This is a great way to manage a
/external/javassist/
DNOTICE6 Software distributed under the License is distributed on an "AS IS" basis,
/external/curl/winbuild/
DMakefile.msvc.names18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
/external/libchrome/crypto/third_party/nss/
DLICENSE9 * Software distributed under the License is distributed on an "AS IS" basis,
/external/libchrome/base/third_party/nspr/
DLICENSE9 * Software distributed under the License is distributed on an "AS IS" basis,
/external/hyphenation-patterns/hu/
DNOTICE9 % Software distributed under the License is distributed on an "AS IS" basis,
Dhyph-hu.lic.txt17 % Software distributed under the License is distributed on an "AS IS" basis,
/external/libpng/contrib/conftest/
DREADME16 You can use these .dfa files as the basis of new configurations. Files in this
/external/libxml2/
DHACKING25 my mail and the bug database on a regular basis. If you don't get an
/external/iptables/extensions/
Dlibxt_quota2.man2 on a per-match basis. Available modes are packet counting or byte counting.
/external/antlr/antlr-3.4/runtime/ActionScript/
DREADME46 list is not read on a daily basis by the maintainers.
/external/eigen/
DCOPYING.MPL297 Contributions, either on an unmodified basis, with Modifications, or
240 ongoing basis, if such Contributor fails to notify You of the
243 Contributor are reinstated on an ongoing basis if such Contributor
267 * basis, without warranty of any kind, either expressed, implied, or *
DNOTICE97 Contributions, either on an unmodified basis, with Modifications, or
240 ongoing basis, if such Contributor fails to notify You of the
243 Contributor are reinstated on an ongoing basis if such Contributor
267 * basis, without warranty of any kind, either expressed, implied, or *

12345678