Home
last modified time | relevance | path

Searched refs:stl_vector (Results 1 – 25 of 941) sorted by relevance

12345678910>>...38

/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/STL/
H A DSTL_interface.hh35 typedef std::vector<real> stl_vector; typedef in STL_interface
36 typedef std::vector<stl_vector > stl_matrix;
40 typedef stl_vector gene_vector;
55 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
59 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) in norm_diff()
234 static inline void display_vector(const stl_vector & A) in display_vector()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/STL/
H A DSTL_interface.hh35 typedef std::vector<real> stl_vector; typedef in STL_interface
36 typedef std::vector<stl_vector > stl_matrix;
40 typedef stl_vector gene_vector;
55 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
59 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) in norm_diff()
234 static inline void display_vector(const stl_vector & A) in display_vector()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/STL/
H A DSTL_interface.hh35 typedef std::vector<real> stl_vector; typedef in STL_interface
36 typedef std::vector<stl_vector > stl_matrix;
40 typedef stl_vector gene_vector;
55 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
59 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) in norm_diff()
234 static inline void display_vector(const stl_vector & A) in display_vector()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/libs/STL/
H A DSTL_interface.hh35 typedef std::vector<real> stl_vector; typedef in STL_interface
36 typedef std::vector<stl_vector > stl_matrix;
40 typedef stl_vector gene_vector;
55 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
59 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) in norm_diff()
234 static inline void display_vector(const stl_vector & A) in display_vector()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh35 typedef std::vector<real> stl_vector; typedef in STL_interface
36 typedef std::vector<stl_vector > stl_matrix;
40 typedef stl_vector gene_vector;
55 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
59 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) in norm_diff()
234 static inline void display_vector(const stl_vector & A) in display_vector()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/STL/
H A DSTL_interface.hh35 typedef std::vector<real> stl_vector; typedef in STL_interface
36 typedef std::vector<stl_vector > stl_matrix;
40 typedef stl_vector gene_vector;
55 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
59 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) in norm_diff()
234 static inline void display_vector(const stl_vector & A) in display_vector()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/ebur128-0.1.6/tests/c/
H A Dhistory.c215 double* stl_vector; in history_loudness_range_c() local
283 stl_vector = (double*) malloc(stl_size * sizeof(double)); in history_loudness_range_c()
287 stl_vector[j] = it->z; in history_loudness_range_c()
290 qsort(stl_vector, stl_size, sizeof(double), history_double_cmp); in history_loudness_range_c()
293 stl_power += stl_vector[j]; in history_loudness_range_c()
298 stl_relgated = stl_vector; in history_loudness_range_c()
308 free(stl_vector); in history_loudness_range_c()
311 free(stl_vector); in history_loudness_range_c()
/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/BLAS/
H A Dc_interface_base.h14 typedef std::vector<real> stl_vector; typedef
15 typedef std::vector<stl_vector > stl_matrix;
36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
43 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/BLAS/
H A Dc_interface_base.h14 typedef std::vector<real> stl_vector; typedef
15 typedef std::vector<stl_vector > stl_matrix;
36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
43 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/BLAS/
H A Dc_interface_base.h14 typedef std::vector<real> stl_vector; typedef
15 typedef std::vector<stl_vector > stl_matrix;
36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
43 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/libs/BLAS/
H A Dc_interface_base.h14 typedef std::vector<real> stl_vector; typedef
15 typedef std::vector<stl_vector > stl_matrix;
36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
43 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/btl/libs/BLAS/
H A Dc_interface_base.h14 typedef std::vector<real> stl_vector; typedef
15 typedef std::vector<stl_vector > stl_matrix;
36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
43 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/BLAS/
H A Dc_interface_base.h14 typedef std::vector<real> stl_vector; typedef
15 typedef std::vector<stl_vector > stl_matrix;
36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
43 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh41 typedef std::vector<real> stl_vector; typedef in tiny_blitz_interface
42 typedef std::vector<stl_vector > stl_matrix;
59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
64 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh38 typedef std::vector<real> stl_vector; typedef in tvmet_interface
39 typedef std::vector<stl_vector > stl_matrix;
56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
61 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh41 typedef std::vector<real> stl_vector; typedef in tiny_blitz_interface
42 typedef std::vector<stl_vector > stl_matrix;
59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
64 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh38 typedef std::vector<real> stl_vector; typedef in tvmet_interface
39 typedef std::vector<stl_vector > stl_matrix;
56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
61 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh41 typedef std::vector<real> stl_vector; typedef in tiny_blitz_interface
42 typedef std::vector<stl_vector > stl_matrix;
59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
64 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh38 typedef std::vector<real> stl_vector; typedef in tvmet_interface
39 typedef std::vector<stl_vector > stl_matrix;
56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
61 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh41 typedef std::vector<real> stl_vector; typedef in tiny_blitz_interface
42 typedef std::vector<stl_vector > stl_matrix;
59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
64 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh38 typedef std::vector<real> stl_vector; typedef in tvmet_interface
39 typedef std::vector<stl_vector > stl_matrix;
56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
61 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh41 typedef std::vector<real> stl_vector; typedef in tiny_blitz_interface
42 typedef std::vector<stl_vector > stl_matrix;
59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
64 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh38 typedef std::vector<real> stl_vector; typedef in tvmet_interface
39 typedef std::vector<stl_vector > stl_matrix;
56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
61 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh38 typedef std::vector<real> stl_vector; typedef in tvmet_interface
39 typedef std::vector<stl_vector > stl_matrix;
56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
61 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh41 typedef std::vector<real> stl_vector; typedef in tiny_blitz_interface
42 typedef std::vector<stl_vector > stl_matrix;
59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl()
64 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ in vector_to_stl()

12345678910>>...38