Home
last modified time | relevance | path

Searched refs:trisolve_lower_matrix (Results 1 – 4 of 4) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_trisolve_matrix.hh120 Interface::trisolve_lower_matrix(A,B,X,_size); in calculate()
/external/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh140 …static inline void trisolve_lower_matrix(const gene_matrix & L, const gene_matrix& B, gene_matrix&… in trisolve_lower_matrix() function in eigen2_interface
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh197 …static inline void trisolve_lower_matrix(const gene_matrix & L, const gene_matrix& B, gene_matrix&… in trisolve_lower_matrix() function in eigen3_interface
/external/eigen/bench/btl/libs/BLAS/
Dblas_interface_impl.hh89 …static inline void trisolve_lower_matrix(const gene_matrix & L, const gene_matrix& B, gene_matrix … in trisolve_lower_matrix() function in blas_interface