Home
last modified time | relevance | path

Searched refs:LocalInverse (Results 1 – 18 of 18) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/AppParCurves/
H A DAppParCurves.cxx180 Standard_Real Saved, Inverse, LocalInverse, locqq, locdqq, val; in SplineFunction() local
220 LocalInverse = (Standard_Real) (deg) * Inverse; in SplineFunction()
221 Saved = LocalInverse * locdpoles(pp); in SplineFunction()
222 locdpoles(pp) *= - LocalInverse ; in SplineFunction()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/include/mirtk/
H A DMultiLevelTransformation.h443 virtual bool LocalInverse(int, int, double &, double &, double &, double = 0, double = NaN) const;
446 virtual bool LocalInverse(int, double &, double &, double &, double = 0, double = NaN) const;
449 virtual bool LocalInverse(double &, double &, double &, double = 0, double = NaN) const;
931 inline bool MultiLevelTransformation::LocalInverse(int m, int n, double &x, double &y, double &z, d… in LocalInverse() function
949 inline bool MultiLevelTransformation::LocalInverse(int n, double &x, double &y, double &z, double t… in LocalInverse() function
951 return this->LocalInverse(0, n, x, y, z, t, t0); in LocalInverse()
955 inline bool MultiLevelTransformation::LocalInverse(double &x, double &y, double &z, double t, doubl… in LocalInverse() function
957 return this->LocalInverse(-1, x, y, z, t, t0); in LocalInverse()
979 bool ok = this->LocalInverse(l, n, x, y, z, t, t0); in LocalInverseDisplacement()
H A DPartialMultiLevelStationaryVelocityTransformation.h165 using MultiLevelTransformation::LocalInverse;
190 virtual bool LocalInverse(int, int, double &, double &, double &, double = 0, double = NaN) const;
H A DLinearFreeFormTransformationTD.h134 virtual bool LocalInverse(double &, double &, double &, double, double) const;
234 inline bool LinearFreeFormTransformationTD::LocalInverse(double &x, double &y, double &z, double t1… in LocalInverse() function
H A DBSplineFreeFormTransformationTD.h142 virtual bool LocalInverse(double &, double &, double &, double, double) const;
232 ::LocalInverse(double &x, double &y, double &z, double t, double t0) const in LocalInverse() function
H A DLinearFreeFormTransformation3D.h141 virtual bool LocalInverse(double &, double &, double &, double = 0, double = NaN) const;
242 ::LocalInverse(double &x, double &y, double &z, double, double) const in LocalInverse() function
H A DLinearFreeFormTransformation4D.h151 virtual bool LocalInverse(double &, double &, double &, double, double = 1) const;
245 ::LocalInverse(double &x, double &y, double &z, double t, double) const in LocalInverse() function
H A DHomogeneousTransformation.h215 virtual bool LocalInverse(double &, double &, double &, double = 0, double = -1) const;
412 inline bool HomogeneousTransformation::LocalInverse(double &, double &, double &, double, double) c… in LocalInverse() function
H A DPartialBSplineFreeFormTransformationSV.h154 virtual bool LocalInverse(double &, double &, double &, double = 0, double = NaN) const;
H A DTransformation.h421 virtual bool LocalInverse(double &, double &, double &, double = 0, double = NaN) const;
889 bool ok = this->LocalInverse(x, y, z, t, t0); in LocalInverseDisplacement()
H A DBSplineFreeFormTransformationSV.h335 virtual bool LocalInverse(double &, double &, double &, double = 0, double = NaN) const;
H A DFreeFormTransformation.h1534 return this->LocalInverse(x, y, z, t, t0); in Inverse()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/funcs/Inverse/
H A DGeneral.hpp35 LocalInverse( DistMatrix<F,STAR,STAR>& A ) in LocalInverse() function
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/src/
H A DPartialBSplineFreeFormTransformationSV.cc186 bool PartialBSplineFreeFormTransformationSV::LocalInverse(double &x, double &y, double &z, double t… in LocalInverse() function in mirtk::PartialBSplineFreeFormTransformationSV
189 if (T) _Transformation->LocalInverse(x, y, z, T, .0); in LocalInverse()
H A DPartialMultiLevelStationaryVelocityTransformation.cc265 bool PartialMultiLevelStationaryVelocityTransformation::LocalInverse(int m, int n, double &x, doubl… in LocalInverse() function in mirtk::PartialMultiLevelStationaryVelocityTransformation
H A DTransformation.cc1344 bool Transformation::LocalInverse(double &x, double &y, double &z, double t, double t0) const in LocalInverse() function in mirtk::Transformation
H A DBSplineFreeFormTransformationSV.cc1092 ::LocalInverse(double &x, double &y, double &z, double t, double t0) const in LocalInverse() function in mirtk::BSplineFreeFormTransformationSV
/dports/cad/opencascade/opencascade-7.6.0/src/BSplCLib/
H A DBSplCLib_2.cxx475 LocalInverse, in EvalBsplineBasis() local
545 LocalInverse = (Standard_Real) (qq - 1) * Inverse ; in EvalBsplineBasis()
548 Saved = LocalInverse * BsplineBasis(Order - ss + 2, pp) ; in EvalBsplineBasis()
549 BsplineBasis(Order - ss + 2, pp) *= - LocalInverse ; in EvalBsplineBasis()