Home
last modified time | relevance | path

Searched +defs:V +defs:l (Results 1 – 25 of 3848) sorted by relevance

12345678910>>...154

/dports/math/libflame/libflame-5.2.0/src/base/flamec/util/lapack/
H A DFLA_Sort_evd.c13 FLA_Error FLA_Sort_evd( FLA_Direct direct, FLA_Obj l, FLA_Obj V ) in FLA_Sort_evd()
110 float* l, int inc_l, in FLA_Sort_evd_f_ops()
111 float* V, int rs_V, int cs_V ) in FLA_Sort_evd_f_ops()
117 float* l, int inc_l, in FLA_Sort_evd_b_ops()
118 float* V, int rs_V, int cs_V ) in FLA_Sort_evd_b_ops()
124 double* l, int inc_l, in FLA_Sort_evd_f_opd()
160 double* l, int inc_l, in FLA_Sort_evd_b_opd()
196 float* l, int inc_l, in FLA_Sort_evd_f_opc()
203 float* l, int inc_l, in FLA_Sort_evd_b_opc()
210 double* l, int inc_l, in FLA_Sort_evd_f_opz()
[all …]
/dports/graphics/wings/libigl-2.1.0/tests/include/igl/
H A Dintrinsic_delaunay_triangulation.cpp14 const Eigen::MatrixXd V = variable
26 Eigen::MatrixXd l; variable
36 Eigen::MatrixXd V; variable
43 Eigen::MatrixXd l; variable
61 Eigen::MatrixXd V(V2.rows(),3); variable
76 Eigen::MatrixXd l; variable
91 const Eigen::MatrixXd V = (Eigen::MatrixXd(4,3)<< variable
112 Eigen::MatrixXd l; variable
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dlarz.tcc47 IndexType l, in larz()
48 const float *V, in larz()
75 IndexType l, in larz()
76 const double *V, in larz()
99 larz(char side, in larz()
102 IndexType l, in larz()
129 IndexType l, in larz()
130 const std::complex<double> *V, in larz()
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
439 [](auto const& l, auto const& r){ return l + r*r; } ) ) ; in norm()
471 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::real(l) ; } ); in real()
484 …return detail::make_unary_tensor_expression<T> (lhs(), [] (auto const& l) { return std::imag( l );… in imag()
505 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::imag(l) ; } ); in imag()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/ublas/tensor/
H A Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
439 [](auto const& l, auto const& r){ return l + r*r; } ) ) ; in norm()
471 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::real(l) ; } ); in real()
484 …return detail::make_unary_tensor_expression<T> (lhs(), [] (auto const& l) { return std::imag( l );… in imag()
505 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::imag(l) ; } ); in imag()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/ublas/tensor/
H A Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
439 [](auto const& l, auto const& r){ return l + r*r; } ) ) ; in norm()
471 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::real(l) ; } ); in real()
484 …return detail::make_unary_tensor_expression<T> (lhs(), [] (auto const& l) { return std::imag( l );… in imag()
505 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::imag(l) ; } ); in imag()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/ublas/tensor/
H A Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
439 [](auto const& l, auto const& r){ return l + r*r; } ) ) ; in norm()
471 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::real(l) ; } ); in real()
484 …return detail::make_unary_tensor_expression<T> (lhs(), [] (auto const& l) { return std::imag( l );… in imag()
505 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::imag(l) ; } ); in imag()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/ublas/tensor/
H A Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
439 [](auto const& l, auto const& r){ return l + r*r; } ) ) ; in norm()
471 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::real(l) ; } ); in real()
484 …return detail::make_unary_tensor_expression<T> (lhs(), [] (auto const& l) { return std::imag( l );… in imag()
505 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::imag(l) ; } ); in imag()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
439 [](auto const& l, auto const& r){ return l + r*r; } ) ) ; in norm()
471 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::real(l) ; } ); in real()
484 …return detail::make_unary_tensor_expression<T> (lhs(), [] (auto const& l) { return std::imag( l );… in imag()
505 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::imag(l) ; } ); in imag()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
439 [](auto const& l, auto const& r){ return l + r*r; } ) ) ; in norm()
471 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::real(l) ; } ); in real()
484 …return detail::make_unary_tensor_expression<T> (lhs(), [] (auto const& l) { return std::imag( l );… in imag()
505 std::transform( a.begin(), a.end(), c.begin(), [](auto const& l){ return std::imag(l) ; } ); in imag()
[all …]
/dports/audio/faust/faust-2.37.3/compiler/parallelize/
H A DgraphSorting.cpp33 static void setOrder(Loop* l, int order, lgraph& V) in setOrder()
47 static void setLevel(int order, const lset& T1, lset& T2, lgraph& V) in setLevel()
55 static void resetOrder(Loop* l, set<Loop*>& visited) in resetOrder()
72 void sortGraph(Loop* root, lgraph& V) in sortGraph()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; struct
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; struct
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/ubsan/
H A Dbounds-10.c4 struct V { int l; int a[1]; }; argument

12345678910>>...154