HomeSort by relevance Sort by last modified time
    Searched refs:gene_matrix (Results 1 - 25 of 33) sorted by null

1 2

  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 36 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 & X, int N)
    [all...]
gmm_LU_solve_interface.hh 34 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/
eigen2_interface.hh 43 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 & X, int N)
    [all...]
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 40 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 & X, int N)
    [all...]
  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 17 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 & B, gene_matrix & X, int N)
    [all...]
c_interface_base.h 17 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/
eigen3_interface.hh 40 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 & X, int /*N*/)
    [all...]
  /external/eigen/bench/btl/libs/blaze/
blaze_interface.hh 37 typedef blaze::DynamicMatrix<real,blaze::columnMajor> gene_matrix; typedef in class:blaze_interface
42 static void free_matrix(gene_matrix & A, int N){
50 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
73 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
83 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
87 static inline void transposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N)
    [all...]
  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 38 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 & X, int N)
    [all...]
mtl4_LU_solve_interface.hh 34 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/
tvmet_interface.hh 42 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 & A, gene_vector & B, gene_vector & X, int N)
    [all...]
  /external/eigen/bench/btl/libs/blitz/
blitz_interface.hh 43 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 & X, int N
    [all...]
tiny_blitz_interface.hh 45 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 & A, gene_vector & B, gene_vector & X, int N)
    [all...]
blitz_LU_solve_interface.hh 34 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/STL/
STL_interface.hh 38 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 & X, int N
    [all...]
  /external/eigen/bench/btl/libs/tensors/
tensor_interface.hh 28 typedef Eigen::Tensor<real,2> gene_matrix; typedef in class:tensor_interface
37 static void free_matrix(gene_matrix & /*A*/, int /*N*/) {}
41 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
65 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
76 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int /*N*/){
82 static inline void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int /*N*/){
96 static EIGEN_DONT_INLINE void copy_matrix(const gene_matrix & source, gene_matrix & cible, int /*N*/)
    [all...]
  /external/eigen/bench/btl/actions/
action_matrix_matrix_product.hh 133 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;
action_matrix_matrix_product_bis.hh 60 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;
action_trisolve_matrix.hh 148 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;
action_trmm.hh 148 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;
action_aat_product.hh 130 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;
action_ata_product.hh 130 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;
action_cholesky.hh 120 typename Interface::gene_matrix X_ref;
121 typename Interface::gene_matrix X;
122 typename Interface::gene_matrix C;
action_lu_decomp.hh 116 typename Interface::gene_matrix X_ref;
117 typename Interface::gene_matrix X;
118 typename Interface::gene_matrix C;
action_partial_lu.hh 117 typename Interface::gene_matrix X_ref;
118 typename Interface::gene_matrix X;
119 typename Interface::gene_matrix C;

Completed in 140 milliseconds

1 2