Home
last modified time | relevance | path

Searched refs:isOrthogonal (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/math/eigen3/eigen-3.3.9/doc/snippets/
H A DMatrixBase_isOrthogonal.cpp5 cout << "v.isOrthogonal(w) returns: " << v.isOrthogonal(w) << endl;
6 cout << "v.isOrthogonal(w,1e-3) returns: " << v.isOrthogonal(w,1e-3) << endl;
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/doc/snippets/
H A DMatrixBase_isOrthogonal.cpp5 cout << "v.isOrthogonal(w) returns: " << v.isOrthogonal(w) << endl;
6 cout << "v.isOrthogonal(w,1e-3) returns: " << v.isOrthogonal(w,1e-3) << endl;
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/doc/snippets/
H A DMatrixBase_isOrthogonal.cpp5 cout << "v.isOrthogonal(w) returns: " << v.isOrthogonal(w) << endl;
6 cout << "v.isOrthogonal(w,1e-3) returns: " << v.isOrthogonal(w,1e-3) << endl;
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/doc/snippets/
H A DMatrixBase_isOrthogonal.cpp5 cout << "v.isOrthogonal(w) returns: " << v.isOrthogonal(w) << endl;
6 cout << "v.isOrthogonal(w,1e-3) returns: " << v.isOrthogonal(w,1e-3) << endl;
/dports/misc/opennn/opennn-5.0.5/eigen/doc/snippets/
H A DMatrixBase_isOrthogonal.cpp5 cout << "v.isOrthogonal(w) returns: " << v.isOrthogonal(w) << endl;
6 cout << "v.isOrthogonal(w,1e-3) returns: " << v.isOrthogonal(w,1e-3) << endl;
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/doc/snippets/
H A DMatrixBase_isOrthogonal.cpp5 cout << "v.isOrthogonal(w) returns: " << v.isOrthogonal(w) << endl;
6 cout << "v.isOrthogonal(w,1e-3) returns: " << v.isOrthogonal(w,1e-3) << endl;
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A DprojLineOnPlane.m28 function [newLine, isOrthogonal] = projLineOnPlane(line, plane)
42 % [newLines, isOrthogonal] = projLineOnPlane(lines, plane);
46 % drawLine3d(newLines(~isOrthogonal,:), 'r')
60 isOrthogonal = ismembertol(p1,p2,'ByRows',true); variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dmakepath.cpp311 bool isOrthogonal = (lineRef->routingType() == ConnType_Orthogonal); in cost() local
332 if ((rad > 0) && !isOrthogonal) in cost()
372 Polygon cBoundary = (isOrthogonal) ? in cost()
383 COLA_ASSERT(isOrthogonal || in cost()
888 if (u->isOrthogonal() && v->isOrthogonal()) in operator ()()
1059 (isOrthogonal) ? manhattanDist : euclideanDist; in search()
1065 if (isOrthogonal) in search()
1272 EdgeInfList& visList = (!isOrthogonal) ? in search()
1274 if (isOrthogonal) in search()
1331 if (isOrthogonal && !(*edge)->isDummyConnection()) in search()
[all …]
H A Dmtst.cpp79 isOrthogonal(true), in MinimumTerminalSpanningTree()
204 EdgeInf *edge = prevVert->hasNeighbour(currVert, isOrthogonal); in buildHyperedgeTreeToRoot()
211 edge = modPrev->hasNeighbour(modCurr, isOrthogonal); in buildHyperedgeTreeToRoot()
339 EdgeInfList& visList = (!isOrthogonal) ? u->visList : u->orthogVisList; in constructSequential()
404 EdgeInf *extraEdge = new EdgeInf(extraVertex, v, isOrthogonal); in constructSequential()
537 isOrthogonal); in orthogonalPartner()
590 EdgeInfList& visList = (!isOrthogonal) ? realVert->visList : realVert->orthogVisList; in getOrthogonalEdgesFromVertex()
835 COLA_ASSERT(isOrthogonal); in connectsWithoutBend()
840 EdgeInfList& visList = (!isOrthogonal) ? in connectsWithoutBend()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/math/test/
H A DAffineMatrix.cpp122 REQUIRE(AffineMatrix::identity().isOrthogonal());
123 REQUIRE_FALSE(AffineMatrix::null().isOrthogonal());
124 REQUIRE(AffineMatrix::rotateX(0.2_f).isOrthogonal());
125 REQUIRE_FALSE(AffineMatrix::scale(Vector(2._f, 1._f, 0.5_f)).isOrthogonal());
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/
H A DBasis.cxx129 Bool Basis::isOrthogonal() const in isOrthogonal() function in Basis
131 return getImplementation()->isOrthogonal(); in isOrthogonal()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Dmatgen_test.go64 if !isOrthogonal(a) {
76 if !isOrthogonal(q) {
H A Ddggsvp3.go113 if !isOrthogonal(u) {
116 if !isOrthogonal(v) {
119 if !isOrthogonal(q) {
H A Ddggsvd3.go119 if !isOrthogonal(u) {
122 if !isOrthogonal(v) {
125 if !isOrthogonal(q) {
H A Ddtgsja.go111 if !isOrthogonal(u) {
114 if !isOrthogonal(v) {
117 if !isOrthogonal(q) {
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DICameraSceneNode.h45 virtual void setProjectionMatrix(const core::matrix4& projection, bool isOrthogonal=false) =0;
151 virtual bool isOrthogonal() const in isOrthogonal() function
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DICameraSceneNode.h45 virtual void setProjectionMatrix(const core::matrix4& projection, bool isOrthogonal=false) =0;
151 virtual bool isOrthogonal() const in isOrthogonal() function
/dports/math/openturns/openturns-1.18/python/src/
H A DBasisImplementation_doc.i.in136 isOrthogonal : bool
139 %feature("docstring") OT::BasisImplementation::isOrthogonal
H A DBasis_doc.i.in15 %feature("docstring") OT::Basis::isOrthogonal
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/MATHS/
H A DanalyticalGeometry.h1045 bool isOrthogonal(const TVector3<T>& a, const TVector3<T>& b) in isOrthogonal() function
1057 bool isOrthogonal(const TVector3<T>& vector, const TLine3<T>& line) in isOrthogonal() function
1069 bool isOrthogonal(const TLine3<T>& line, const TVector3<T>& vector) in isOrthogonal() function
1071 return isOrthogonal(vector, line); in isOrthogonal()
1081 bool isOrthogonal(const TLine3<T>& a, const TLine3<T>& b) in isOrthogonal() function
1093 bool isOrthogonal(const TVector3<T>& vector, const TPlane3<T>& plane) in isOrthogonal() function
1105 bool isOrthogonal(const TPlane3<T>& plane, const TVector3<T>& vector) in isOrthogonal() function
1107 return isOrthogonal(vector, plane); in isOrthogonal()
1117 bool isOrthogonal(const TPlane3<T>& a, const TPlane3<T>& b) in isOrthogonal() function
1227 return isOrthogonal(line.d, plane.n); in isParallel()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/OrthogonalBasis/openturns/
H A DOrthogonalFunctionFactory.hxx65 Bool isOrthogonal() const override;
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A DBasisImplementation.hxx68 virtual Bool isOrthogonal() const;
H A DBasis.hxx77 Bool isOrthogonal() const;
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_Basis_std.py24 print(basis.isOrthogonal())
/dports/math/glm/glm-0.9.9.8/test/gtx/
H A Dgtx_matrix_query.cpp48 bool TestA = glm::isOrthogonal(glm::mat4(1), 0.00001f); in test_isOrthogonal()

12345678910