Searched refs:gene_matrix (Results 1 - 25 of 31) sorted by relevance

12

/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh36 typedef gmm::dense_matrix<real> gene_matrix; typedef in class:gmm_interface
44 static void free_matrix(gene_matrix & A, int N){
52 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
70 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
81 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
85 static inline void transposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix
[all...]
H A Dgmm_LU_solve_interface.hh34 typedef typename blitz_interface<real>::gene_matrix gene_matrix; typedef in class:blitz_LU_solve_interface
54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N)
150 inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene_vector X, int N)
/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh43 typedef Eigen::Matrix<real,SIZE,SIZE> gene_matrix; typedef in class:eigen2_interface
57 static void free_matrix(gene_matrix & A, int N) {}
61 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
85 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
96 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
100 static inline void transposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix
[all...]
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh40 typedef typename boost::numeric::ublas::matrix<real,boost::numeric::ublas::column_major> gene_matrix; typedef in class:ublas_interface
45 static void free_matrix(gene_matrix & A, int N) {}
49 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
67 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
83 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){
91 static inline void matrix_vector_product_slow(gene_matrix & A, gene_vector & B, gene_vector & X, int N){
95 static inline void matrix_matrix_product_slow(gene_matrix & A, gene_matrix & B, gene_matrix
[all...]
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh17 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){
21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){
25 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N){
29 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){
37 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){
41 static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){
45 static inline void transposed_matrix_matrix_product(gene_matrix & A, gene_matrix
[all...]
H A Dc_interface_base.h17 typedef real* gene_matrix; typedef in class:c_interface_base
20 static void free_matrix(gene_matrix & A, int N){
28 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
49 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
63 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh40 typedef Eigen::Matrix<real,SIZE,SIZE> gene_matrix; typedef in class:eigen3_interface
48 static void free_matrix(gene_matrix & A, int N) {}
52 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
76 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
87 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
91 static inline void transposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix
[all...]
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_interface.hh38 typedef mtl::dense2D<real, mtl::matrix::parameters<mtl::tag::col_major> > gene_matrix; typedef in class:mtl4_interface
43 static void free_matrix(gene_matrix & A, int N){
51 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
74 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
84 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
91 static inline void transposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix
[all...]
H A Dmtl4_LU_solve_interface.hh34 typedef typename blitz_interface<real>::gene_matrix gene_matrix; typedef in class:blitz_LU_solve_interface
54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N)
150 inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene_vector X, int N)
/external/eigen/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh42 typedef Matrix<real,SIZE,SIZE> gene_matrix; typedef in class:tvmet_interface
46 static void free_matrix(gene_matrix & A, int N){}
50 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
67 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
77 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){
85 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
89 static inline void matrix_vector_product(gene_matrix
[all...]
/external/eigen/bench/btl/libs/blitz/
H A Dblitz_interface.hh43 typedef blitz::Array<real, 2> gene_matrix; typedef in class:blitz_interface
45 // typedef blitz::Matrix<real, blitz::ColumnMajor> gene_matrix;
50 static void free_matrix(gene_matrix & A, int N){}
54 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
76 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
85 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N)
93 static inline void ata_product(const gene_matrix & A, gene_matrix
[all...]
H A Dtiny_blitz_interface.hh45 typedef TinyMatrix<real,SIZE,SIZE> gene_matrix; typedef in class:tiny_blitz_interface
49 static void free_matrix(gene_matrix & A, int N){}
53 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
69 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
79 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){
91 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
95 static inline void matrix_vector_product(gene_matrix
[all...]
H A Dblitz_LU_solve_interface.hh34 typedef typename blitz_interface<real>::gene_matrix gene_matrix; typedef in class:blitz_LU_solve_interface
54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N)
150 inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene_vector X, int N)
/external/eigen/bench/btl/actions/
H A Daction_trisolve_matrix.hh148 typename Interface::gene_matrix A_ref;
149 typename Interface::gene_matrix B_ref;
150 typename Interface::gene_matrix X_ref;
152 typename Interface::gene_matrix A;
153 typename Interface::gene_matrix B;
154 typename Interface::gene_matrix X;
H A Daction_trmm.hh148 typename Interface::gene_matrix A_ref;
149 typename Interface::gene_matrix B_ref;
150 typename Interface::gene_matrix X_ref;
152 typename Interface::gene_matrix A;
153 typename Interface::gene_matrix B;
154 typename Interface::gene_matrix X;
H A Daction_matrix_matrix_product.hh133 typename Interface::gene_matrix A_ref;
134 typename Interface::gene_matrix B_ref;
135 typename Interface::gene_matrix X_ref;
137 typename Interface::gene_matrix A;
138 typename Interface::gene_matrix B;
139 typename Interface::gene_matrix X;
H A Daction_matrix_matrix_product_bis.hh60 typename Interface::gene_matrix A_ref;
61 typename Interface::gene_matrix B_ref;
62 typename Interface::gene_matrix X_ref;
64 typename Interface::gene_matrix A;
65 typename Interface::gene_matrix B;
66 typename Interface::gene_matrix X;
H A Daction_aat_product.hh130 typename Interface::gene_matrix A_ref;
131 typename Interface::gene_matrix X_ref;
133 typename Interface::gene_matrix A;
134 typename Interface::gene_matrix X;
H A Daction_ata_product.hh130 typename Interface::gene_matrix A_ref;
131 typename Interface::gene_matrix X_ref;
133 typename Interface::gene_matrix A;
134 typename Interface::gene_matrix X;
H A Daction_cholesky.hh120 typename Interface::gene_matrix X_ref;
121 typename Interface::gene_matrix X;
122 typename Interface::gene_matrix C;
H A Daction_lu_decomp.hh116 typename Interface::gene_matrix X_ref;
117 typename Interface::gene_matrix X;
118 typename Interface::gene_matrix C;
H A Daction_partial_lu.hh117 typename Interface::gene_matrix X_ref;
118 typename Interface::gene_matrix X;
119 typename Interface::gene_matrix C;
H A Daction_hessenberg.hh122 typename Interface::gene_matrix X_ref;
123 typename Interface::gene_matrix X;
124 typename Interface::gene_matrix C;
225 typename Interface::gene_matrix X_ref;
226 typename Interface::gene_matrix X;
227 typename Interface::gene_matrix C;
H A Daction_lu_solve.hh61 typename Interface::gene_matrix A;
65 typename Interface::gene_matrix LU;
/external/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh38 typedef stl_matrix gene_matrix; typedef in class:STL_interface
47 static void free_matrix(gene_matrix & A, int N){}
51 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
64 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
75 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){
81 // static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N)
94 static inline void aat_product(const gene_matrix & A, gene_matrix
[all...]

Completed in 226 milliseconds

12