HomeSort by relevance Sort by last modified time
    Searched defs:stl_matrix (Results 1 - 10 of 10) sorted by null

  /external/eigen/bench/btl/libs/BLAS/
c_interface_base.h 15 typedef std::vector<stl_vector > stl_matrix; typedef in class:c_interface_base
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){
  /external/eigen/bench/btl/libs/blitz/
tiny_blitz_interface.hh 42 typedef std::vector<stl_vector > stl_matrix; typedef in class:tiny_blitz_interface
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){
blitz_interface.hh 41 typedef std::vector<stl_vector > stl_matrix; typedef in class:blitz_interface
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){
  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 36 typedef std::vector<stl_vector > stl_matrix; typedef in class:mtl4_interface
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){
  /external/eigen/bench/btl/libs/tvmet/
tvmet_interface.hh 39 typedef std::vector<stl_vector > stl_matrix; typedef in class:tvmet_interface
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){
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 38 typedef std::vector<stl_vector> stl_matrix; typedef in class:ublas_interface
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){
  /external/eigen/bench/btl/libs/STL/
STL_interface.hh 36 typedef std::vector<stl_vector > stl_matrix; typedef in class:STL_interface
38 typedef stl_matrix gene_matrix;
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){
217 static inline real norm_diff(const stl_matrix & A, const stl_matrix & B)
  /external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh 41 typedef std::vector<stl_vector> stl_matrix; typedef in class:eigen2_interface
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){
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 34 typedef std::vector<stl_vector > stl_matrix; typedef in class:gmm_interface
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){
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 38 typedef std::vector<stl_vector> stl_matrix; typedef in class:eigen3_interface
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){

Completed in 102 milliseconds