Home
last modified time | relevance | path

Searched defs:Expr (Results 101 – 125 of 13340) sorted by relevance

12345678910>>...534

/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/ST2toST2/
H A DST2toST2View.hxx46 struct Expr<st2tost2<N,T>,ST2toST2ViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename st2tost2<N,T>::pointer pointer;
54 typedef typename st2tost2<N,T>::reference reference;
60 getRunTimeProperties() const in getRunTimeProperties()
68 explicit Expr(T * const v_) noexcept in Expr() argument
76 const T& operator()(const unsigned short i, in operator ()()
82 T& operator()(const unsigned short i, in operator ()()
91 Expr& operator=(const Expr& src){ in operator =()
101 size() const noexcept{ in size()
[all …]
H A DConstST2toST2View.hxx46 struct Expr<st2tost2<N,T>,ConstST2toST2ViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename st2tost2<N,T>::pointer pointer;
53 typedef typename st2tost2<N,T>::const_pointer const_pointer;
54 typedef typename st2tost2<N,T>::reference reference;
56 typedef typename st2tost2<N,T>::size_type size_type;
60 getRunTimeProperties() const in getRunTimeProperties()
68 explicit Expr(const T * const v_) noexcept in Expr() argument
77 operator()(const unsigned short i, in operator ()()
88 size() const noexcept{ in size()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/T2toST2/
H A DT2toST2View.hxx46 struct Expr<t2tost2<N,T>,T2toST2ViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename t2tost2<N,T>::pointer pointer;
54 typedef typename t2tost2<N,T>::reference reference;
60 getRunTimeProperties() const in getRunTimeProperties()
68 explicit Expr(T * const v_) noexcept in Expr() function
76 const T& operator()(const unsigned short i, in operator ()()
82 T& operator()(const unsigned short i, in operator ()()
91 Expr& operator=(const Expr& src){ in operator =()
101 size() const noexcept{ in size()
[all …]
H A DConstT2toST2View.hxx46 struct Expr<t2tost2<N,T>,ConstT2toST2ViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename t2tost2<N,T>::pointer pointer;
53 typedef typename t2tost2<N,T>::const_pointer const_pointer;
54 typedef typename t2tost2<N,T>::reference reference;
56 typedef typename t2tost2<N,T>::size_type size_type;
60 getRunTimeProperties() const in getRunTimeProperties()
68 explicit Expr(const T * const v_) noexcept in Expr() function
77 operator()(const unsigned short i, in operator ()()
88 size() const noexcept{ in size()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Stensor/
H A DStensorFromTinyVectorView.hxx58 typedef EmptyRunTimeProperties RunTimeProperties;
60 typedef typename stensor<N,T>::pointer pointer;
62 typedef typename stensor<N,T>::reference reference;
67 RunTimeProperties getRunTimeProperties() const in getRunTimeProperties()
72 Expr(tvector<Mn,T>& v_) in Expr() argument
76 const T& operator()(const unsigned short i) const in operator ()()
81 T& operator()(const unsigned short i) in operator ()()
86 const T& operator[](const unsigned short i) const in operator []()
91 T& operator[](const unsigned short i) in operator []()
99 Expr& operator=(const Expr& src){ in operator =()
[all …]
H A DConstStensorView.hxx46 struct Expr<stensor<N,T>,ConstStensorViewExpr<N,T> > struct
49 typedef EmptyRunTimeProperties RunTimeProperties;
51 typedef typename stensor<N,T>::pointer pointer;
53 typedef typename stensor<N,T>::reference reference;
55 typedef typename stensor<N,T>::size_type size_type;
59 getRunTimeProperties() const in getRunTimeProperties()
67 explicit Expr(const T * const v_) noexcept in Expr() argument
75 const T& operator()(const unsigned short i) const noexcept in operator ()()
80 const T& operator[](const unsigned short i) const noexcept in operator []()
90 size() const noexcept{ in size()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Stensor/
H A DStensorFromTinyVectorView.hxx58 typedef EmptyRunTimeProperties RunTimeProperties;
60 typedef typename stensor<N,T>::pointer pointer;
62 typedef typename stensor<N,T>::reference reference;
67 RunTimeProperties getRunTimeProperties() const in getRunTimeProperties()
72 Expr(tvector<Mn,T>& v_) in Expr() argument
76 const T& operator()(const unsigned short i) const in operator ()()
81 T& operator()(const unsigned short i) in operator ()()
86 const T& operator[](const unsigned short i) const in operator []()
91 T& operator[](const unsigned short i) in operator []()
99 Expr& operator=(const Expr& src){ in operator =()
[all …]
H A DConstStensorView.hxx46 struct Expr<stensor<N,T>,ConstStensorViewExpr<N,T> > struct
49 typedef EmptyRunTimeProperties RunTimeProperties;
51 typedef typename stensor<N,T>::pointer pointer;
53 typedef typename stensor<N,T>::reference reference;
55 typedef typename stensor<N,T>::size_type size_type;
59 getRunTimeProperties() const in getRunTimeProperties()
67 explicit Expr(const T * const v_) noexcept in Expr() argument
75 const T& operator()(const unsigned short i) const noexcept in operator ()()
80 const T& operator[](const unsigned short i) const noexcept in operator []()
90 size() const noexcept{ in size()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/maptrait/
H A DClassTest.cpp185 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
194 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
207 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
216 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
229 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
238 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
251 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
260 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
273 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
282 using Expr = RemoveCVRef_t< decltype( map( std::declval<VT>(), std::declval<OP>() ) ) >; in testUnaryVectorOperation() typedef
[all …]
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dexprdesc.h128 INLINE int ED_GetLoc (const ExprDesc* Expr) in ED_GetLoc()
138 INLINE int ED_IsLocAbs (const ExprDesc* Expr) in ED_IsLocAbs()
178 INLINE int ED_IsLocExpr (const ExprDesc* Expr) in ED_IsLocExpr()
208 INLINE int ED_IsLVal (const ExprDesc* Expr) in ED_IsLVal()
218 INLINE int ED_IsRVal (const ExprDesc* Expr) in ED_IsRVal()
228 INLINE void ED_MakeLVal (ExprDesc* Expr) in ED_MakeLVal()
238 INLINE void ED_MakeRVal (ExprDesc* Expr) in ED_MakeRVal()
261 INLINE void ED_MarkForTest (ExprDesc* Expr) in ED_MarkForTest()
281 INLINE void ED_TestDone (ExprDesc* Expr) in ED_TestDone()
287 # define ED_TestDone(Expr) \ argument
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declupptrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
131 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
143 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
151 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
163 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
171 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
183 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
191 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
203 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
211 using Expr = RemoveCVRef_t< decltype( declupp( std::declval<MT>() ) ) >; in testMatrixDeclUpp() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declsymtrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
131 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
143 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
151 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
163 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
171 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
183 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
191 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
203 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
211 using Expr = RemoveCVRef_t< decltype( declsym( std::declval<MT>() ) ) >; in testMatrixDeclSym() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declhermtrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
131 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
143 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
151 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
163 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
171 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
183 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
191 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
203 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
211 using Expr = RemoveCVRef_t< decltype( declherm( std::declval<MT>() ) ) >; in testMatrixDeclHerm() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/decldiagtrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
131 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
143 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
151 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
163 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
171 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
183 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
191 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
203 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
211 using Expr = RemoveCVRef_t< decltype( decldiag( std::declval<MT>() ) ) >; in testMatrixDeclDiag() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declidtrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
131 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
143 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
151 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
163 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
171 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
183 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
191 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
203 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
211 using Expr = RemoveCVRef_t< decltype( declid( std::declval<MT>() ) ) >; in testMatrixDeclId() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/decllowtrait/
H A DClassTest.cpp123 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
131 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
143 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
151 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
163 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
171 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
183 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
191 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
203 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
211 using Expr = RemoveCVRef_t< decltype( decllow( std::declval<MT>() ) ) >; in testMatrixDeclLow() typedef
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Vector/
H A DConstTVectorView.hxx47 struct Expr<tvector<N,T>,ConstTVectorViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename tvector<N,T>::pointer pointer;
54 typedef typename tvector<N,T>::reference reference;
56 typedef typename tvector<N,T>::size_type size_type;
60 getRunTimeProperties() const in getRunTimeProperties()
65 Expr(const T* const v_) noexcept in Expr() argument
74 operator()(const unsigned short i) const noexcept in operator ()()
80 operator[](const unsigned short i) const noexcept in operator []()
90 size() const noexcept{ in size()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Vector/
H A DConstTVectorView.hxx47 struct Expr<tvector<N,T>,ConstTVectorViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename tvector<N,T>::pointer pointer;
54 typedef typename tvector<N,T>::reference reference;
56 typedef typename tvector<N,T>::size_type size_type;
60 getRunTimeProperties() const in getRunTimeProperties()
65 Expr(const T* const v_) noexcept in Expr() argument
74 operator()(const unsigned short i) const noexcept in operator ()()
80 operator[](const unsigned short i) const noexcept in operator []()
90 size() const noexcept{ in size()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/solvetrait/
H A DClassTest.cpp129 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
139 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
149 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
159 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
173 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
183 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
193 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
203 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
217 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
227 … using Expr = RemoveCVRef_t< decltype( solve( std::declval<T1>(), std::declval<T2>() ) ) >; in testSingleSolve() typedef
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Tensor/
H A DTensorFromTinyVectorView.hxx59 typedef EmptyRunTimeProperties RunTimeProperties;
61 typedef typename tensor<N,T>::pointer pointer;
63 typedef typename tensor<N,T>::reference reference;
65 typedef typename tensor<N,T>::size_type size_type;
69 getRunTimeProperties() const in getRunTimeProperties()
74 Expr(tvector<Mn,T>& v_) in Expr() function
79 operator()(const unsigned short i) const in operator ()()
85 operator()(const unsigned short i) in operator ()()
91 operator[](const unsigned short i) const in operator []()
97 operator[](const unsigned short i) in operator []()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Tensor/
H A DTensorFromTinyVectorView.hxx59 typedef EmptyRunTimeProperties RunTimeProperties;
61 typedef typename tensor<N,T>::pointer pointer;
63 typedef typename tensor<N,T>::reference reference;
65 typedef typename tensor<N,T>::size_type size_type;
69 getRunTimeProperties() const in getRunTimeProperties()
74 Expr(tvector<Mn,T>& v_) in Expr() function
79 operator()(const unsigned short i) const in operator ()()
85 operator()(const unsigned short i) in operator ()()
91 operator[](const unsigned short i) const in operator []()
97 operator[](const unsigned short i) in operator []()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/T2toST2/
H A DConstT2toST2View.hxx46 struct Expr<t2tost2<N,T>,ConstT2toST2ViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename t2tost2<N,T>::pointer pointer;
53 typedef typename t2tost2<N,T>::const_pointer const_pointer;
54 typedef typename t2tost2<N,T>::reference reference;
56 typedef typename t2tost2<N,T>::size_type size_type;
60 getRunTimeProperties() const in getRunTimeProperties()
68 explicit Expr(const T * const v_) noexcept in Expr() argument
77 operator()(const unsigned short i, in operator ()()
88 size() const noexcept{ in size()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Matrix/
H A DConstTMatrixView.hxx46 struct Expr<tmatrix<N,M,T>,ConstTMatrixViewExpr<N,M,T> > struct
49 typedef EmptyRunTimeProperties RunTimeProperties;
51 typedef typename tmatrix<N,M,T>::pointer pointer;
52 typedef typename tmatrix<N,M,T>::const_pointer const_pointer;
53 typedef typename tmatrix<N,M,T>::reference reference;
55 typedef typename tmatrix<N,M,T>::size_type size_type;
59 getRunTimeProperties() const in getRunTimeProperties()
64 Expr(const T* const v_) noexcept in Expr() function
73 operator()(const unsigned short i, in operator ()()
84 size() const noexcept{ in size()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/ST2toST2/
H A DConstST2toST2View.hxx46 struct Expr<st2tost2<N,T>,ConstST2toST2ViewExpr<N,T> > struct
50 typedef EmptyRunTimeProperties RunTimeProperties;
52 typedef typename st2tost2<N,T>::pointer pointer;
53 typedef typename st2tost2<N,T>::const_pointer const_pointer;
54 typedef typename st2tost2<N,T>::reference reference;
56 typedef typename st2tost2<N,T>::size_type size_type;
60 getRunTimeProperties() const in getRunTimeProperties()
68 explicit Expr(const T * const v_) noexcept in Expr() argument
77 operator()(const unsigned short i, in operator ()()
88 size() const noexcept{ in size()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Matrix/
H A DConstTMatrixView.hxx46 struct Expr<tmatrix<N,M,T>,ConstTMatrixViewExpr<N,M,T> > struct
49 typedef EmptyRunTimeProperties RunTimeProperties;
51 typedef typename tmatrix<N,M,T>::pointer pointer;
52 typedef typename tmatrix<N,M,T>::const_pointer const_pointer;
53 typedef typename tmatrix<N,M,T>::reference reference;
55 typedef typename tmatrix<N,M,T>::size_type size_type;
59 getRunTimeProperties() const in getRunTimeProperties()
64 Expr(const T* const v_) noexcept in Expr() argument
73 operator()(const unsigned short i, in operator ()()
84 size() const noexcept{ in size()
[all …]

12345678910>>...534