Home
last modified time | relevance | path

Searched refs:Unusable (Results 1 – 25 of 870) sorted by relevance

12345678910>>...35

/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Core/
H A DReturnByValue.h66 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
67 class Unusable{
68 Unusable(const Unusable&) {}
69 Unusable& operator=(const Unusable&) {return *this;}
71 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
72 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
74 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
75 template<int LoadMode> Unusable& packet(Index) const;
76 template<int LoadMode> Unusable& packet(Index, Index) const;
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Core/
H A DReturnByValue.h66 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
67 class Unusable{
68 Unusable(const Unusable&) {}
69 Unusable& operator=(const Unusable&) {return *this;}
71 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
72 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
74 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
75 template<int LoadMode> Unusable& packet(Index) const;
76 template<int LoadMode> Unusable& packet(Index, Index) const;
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Core/
H A DReturnByValue.h66 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
67 class Unusable{
68 Unusable(const Unusable&) {}
69 Unusable& operator=(const Unusable&) {return *this;}
71 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
72 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
74 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Core/
H A DReturnByValue.h66 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
67 class Unusable{
68 Unusable(const Unusable&) {}
69 Unusable& operator=(const Unusable&) {return *this;}
71 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
72 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
74 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/
H A DReturnByValue.h69 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
70 class Unusable{
71 Unusable(const Unusable&) {}
72 Unusable& operator=(const Unusable&) {return *this;}
74 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
75 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
76 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
77 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
78 #undef Unusable
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/Core/
H A DReturnByValue.h67 #define Unusable YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_I…
68 class Unusable{
69 Unusable(const Unusable&) {}
70 Unusable& operator=(const Unusable&) {return *this;}
72 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
74 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
75 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }
76 #undef Unusable

12345678910>>...35