HomeSort by relevance Sort by last modified time
    Searched refs:cholesky (Results 1 - 8 of 8) sorted by null

  /external/eigen/bench/btl/actions/
action_cholesky.hh 98 Interface::cholesky(X,C,_size);
103 // STL_interface<typename Interface::real_type>::cholesky(X_stl,C_stl,_size);
  /external/eigen/bench/btl/data/
go_mean 44 source mk_mean_script.sh cholesky $1 11 100 300 1000 $mode $prefix
  /external/eigen/test/
cholesky.cpp 17 #include <Eigen/Cholesky>
58 template<typename MatrixType> void cholesky(const MatrixType& m) function
288 cholesky(m);
481 CALL_SUBTEST_1( cholesky(Matrix<double,1,1>()) );
482 CALL_SUBTEST_3( cholesky(Matrix2d()) );
485 CALL_SUBTEST_4( cholesky(Matrix3f()) );
486 CALL_SUBTEST_5( cholesky(Matrix4d()) );
489 CALL_SUBTEST_2( cholesky(MatrixXd(s,s)) );
boostmultiprec.cpp 19 #include "cholesky.cpp"
172 CALL_SUBTEST_1( cholesky(Mat(s,s)) );
  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 66 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){ function in class:blas_interface
  /external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh 22 #include <Eigen/Cholesky>
144 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int N){ function in class:eigen2_interface
147 // Cholesky<gene_matrix>::computeInPlace(C);
148 // Cholesky<gene_matrix>::computeInPlaceBlock(C);
  /external/valgrind/drd/scripts/
run-splash2 151 # Cholesky 0.11 12016 0.06 22016 0.55 41328 10.3 4.92 1.7 2.14 15 2.61 8 2.61 10 3.96 10 3.96 15 6.14 239 82
187 # Cholesky
189 cd ${SPLASH2}/codes/kernels/cholesky/inputs
194 test_args=tk15.O run_test ../CHOLESKY -C$((cache_size))
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 205 static inline void cholesky(const gene_matrix & X, gene_matrix & C, int /*N*/){ function in class:eigen3_interface
210 // Cholesky<gene_matrix>::computeInPlace(C);
211 // Cholesky<gene_matrix>::computeInPlaceBlock(C);

Completed in 193 milliseconds